Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h83 const MCSection *SectionForGlobal(const GlobalValue *GV,
90 const MCSection *SectionForGlobal(const GlobalValue *GV, in SectionForGlobal() function
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM); in SectionForGlobal()
/external/llvm/lib/Target/
DTargetMachine.cpp187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this); in getNameWithPrefix()
DTargetLoweringObjectFile.cpp260 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SectionForGlobal() function in TargetLoweringObjectFile
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp122 getObjFileLowering().SectionForGlobal(GV, *Mang, TM)); in EmitGlobalVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp395 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable()
424 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable()
516 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
1155 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitJumpTableInfo()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp437 TextSections.insert(TLOFMacho.SectionForGlobal(F, *Mang, TM)); in EmitStartOfAsmFile()