Home
last modified time | relevance | path

Searched refs:getObjFileLowering (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
78 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
105 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
111 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
H A DDwarfCFIException.cpp43 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
70 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
130 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginBasicBlockSection()
H A DDwarfDebug.cpp1110 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
1113 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
1260 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo()
2818 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
2824 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader()
2847 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames()
2854 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC()
2861 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces()
2867 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
2952 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
[all …]
H A DAsmPrinter.cpp413 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
414 return *TM.getObjFileLowering(); in getObjFileLowering()
474 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
477 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
703 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
808 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
824 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
863 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
878 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
969 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
[all …]
H A DAIXException.cpp41 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp45 Context.setObjectFileInfo(TM.getObjFileLowering()); in MachineModuleInfo()
55 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
65 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
H A DDirectXTargetMachine.h45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.h45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h57 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h51 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.h48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h42 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.h44 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp305 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
310 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123