forked from OSchip/llvm-project
parent
9e4ab5023a
commit
aab504fb19
|
@ -469,7 +469,7 @@ namespace llvm {
|
||||||
/// section flags either for given global or for section.
|
/// section flags either for given global or for section.
|
||||||
unsigned
|
unsigned
|
||||||
SectionFlagsForGlobal(const GlobalValue *GV = NULL,
|
SectionFlagsForGlobal(const GlobalValue *GV = NULL,
|
||||||
const char* name = NULL);
|
const char* name = NULL) const;
|
||||||
|
|
||||||
// Accessors.
|
// Accessors.
|
||||||
//
|
//
|
||||||
|
|
|
@ -194,7 +194,7 @@ TargetAsmInfo::SectionKindForGlobal(const GlobalValue *GV) const {
|
||||||
|
|
||||||
unsigned
|
unsigned
|
||||||
TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV,
|
TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV,
|
||||||
const char* name) {
|
const char* name) const {
|
||||||
unsigned flags = SectionFlags::None;
|
unsigned flags = SectionFlags::None;
|
||||||
|
|
||||||
// Decode flags from global itself.
|
// Decode flags from global itself.
|
||||||
|
|
Loading…
Reference in New Issue