| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 348 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile 372 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function in TargetLoweringObjectFile 374 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 135 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind, 141 MCSection *SectionForGlobal(const GlobalObject *GO,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 110 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaAsmPrinter.cpp | 156 MCSection *CS = getObjFileLowering().SectionForGlobal(&F, TM); in emitConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 263 auto *Section = cast<MCSectionELF>(TLOF.SectionForGlobal(&GO, TM)); in doFinalization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 163 auto Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitFunctionHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1635 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() 2398 SectionForGlobal(GVar, SectionKind::getData(), TM)) in getTargetSymbol() 2408 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2792 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper() 3058 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1534 MCSection *Sec = TLOF->SectionForGlobal(&Global, Asm->TM); in processGlobals()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 808 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() 971 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20545 …S_7ManglerERKNS_13TargetMachineE", "llvm::TargetLoweringObjectFile::SectionForGlobal(llvm::GlobalV…
|