Searched refs:SectionForGlobal (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 98 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 D | TargetLoweringObjectFile.cpp | 246 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 116 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in EmitGlobalVariable()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 513 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 D | TargetLoweringObjectFileImpl.cpp | 1185 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix()
|