Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp321 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 DTargetLoweringObjectFile.h119 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
125 MCSection *SectionForGlobal(const GlobalObject *GO,
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp113 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp259 auto *Section = cast<MCSectionELF>(TLOF.SectionForGlobal(&GO, TM)); in doFinalization()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp120 auto Section = getObjFileLowering().SectionForGlobal(&F, TM); in emitFunctionHeader()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1557 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 DPPCAsmPrinter.cpp2491 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 DBTFDebug.cpp1408 MCSection *Sec = TLOF->SectionForGlobal(&Global, Asm->TM); in processGlobals()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp749 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
892 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM)); in emitFunctionHeader()