Searched refs:SectionForGlobal (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 84 MCSection *SectionForGlobal(const GlobalValue *GV, SectionKind Kind, 90 MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang, in SectionForGlobal() function 92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 241 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 120 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 154 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 427 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 458 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 551 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 777 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix()
|