Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp316 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
345 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function in TargetLoweringObjectFile
347 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h117 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
123 MCSection *SectionForGlobal(const GlobalObject *GO,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp113 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1480 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()
2195 SectionForGlobal(GVar, SectionKind::getData(), TM)) in getTargetSymbol()
2209 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2196 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper()
2332 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp577 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
723 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()