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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp251 MCSection *TargetLoweringObjectFile::SectionForGlobal( function in class:TargetLoweringObjectFile
280 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, function in class:TargetLoweringObjectFile
282 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h106 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
112 MCSection *SectionForGlobal(const GlobalObject *GO,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp113 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1697 getObjFileLowering().SectionForGlobal(GV, GVKind, TM));
1796 getObjFileLowering().SectionForGlobal(GO, GOKind, TM));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1356 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM);
1996 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp538 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM);
679 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM));

Completed in 143 milliseconds