Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h98 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
104 MCSection *SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function
106 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp246 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp116 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in EmitGlobalVariable()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp513 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable()
651 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM)); in EmitFunctionHeader()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1185 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()