| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | OcamlGCPrinter.cpp | 75 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 D | DwarfCFIException.cpp | 43 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 D | DwarfDebug.cpp | 1110 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 D | AsmPrinter.cpp | 413 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 D | AIXException.cpp | 41 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfo.cpp | 45 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 D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
|
| H A D | DirectXTargetMachine.h | 45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.h | 47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.h | 48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.h | 45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.h | 57 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.h | 51 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.h | 48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.h | 42 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.h | 44 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 305 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 310 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.h | 56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|