Searched refs:SectionForGlobal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 91 const MCSection *SectionForGlobal(const GlobalValue *GV, 98 const MCSection *SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function 101 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 181 const MCSection *TheSection = TLOF->SectionForGlobal(GV, GVKind, Mang, *this); in getNameWithPrefix()
|
D | TargetLoweringObjectFile.cpp | 262 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SectionForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 120 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 409 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 438 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 530 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
|