Searched refs:SectionForGlobal (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 321 MCSection *TargetLoweringObjectFile::SectionForGlobal( in SectionForGlobal() function in TargetLoweringObjectFile 350 TargetLoweringObjectFile::SectionForGlobal(const GlobalObject *GO, in SectionForGlobal() function in TargetLoweringObjectFile 352 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM); in SectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 119 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind, 125 MCSection *SectionForGlobal(const GlobalObject *GO,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 113 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 259 auto *Section = cast<MCSectionELF>(TLOF.SectionForGlobal(&GO, TM)); in doFinalization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 120 auto Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitFunctionHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1557 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() 2302 SectionForGlobal(GVar, SectionKind::getData(), TM)) in getTargetSymbol() 2312 return cast<MCSectionXCOFF>(SectionForGlobal(GO, GOKind, TM)) in getTargetSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2491 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper() 2662 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1408 MCSection *Sec = TLOF->SectionForGlobal(&Global, Asm->TM); in processGlobals()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 749 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() 892 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()
|