Home
last modified time | relevance | path

Searched refs:SectionForGlobal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h84 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/
DTargetLoweringObjectFile.cpp241 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp120 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp154 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp427 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/
DTargetLoweringObjectFileImpl.cpp777 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix()