| /llvm-project-15.0.7/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 | 55 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 87 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 153 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
| H A D | DwarfDebug.cpp | 2308 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader() 2866 ? Asm->getObjFileLowering().getDwarfLoclistsSection() in emitDebugLoc() 2867 : Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc() 2874 Asm->getObjFileLowering().getDwarfLoclistsDWOSection()); in emitDebugLocDWO() 2881 Asm->getObjFileLowering().getDwarfLocDWOSection()); in emitDebugLocDWO() 2988 Asm->getObjFileLowering().getDwarfARangesSection()); in emitDebugARanges() 3258 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfo() 3265 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfoDWO() 3320 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO() 3326 *Asm, Asm->getObjFileLowering().getDwarfStrOffDWOSection(), in emitStringOffsetsTableHeaderDWO() [all …]
|
| H A D | AsmPrinter.cpp | 383 return *TM.getObjFileLowering(); in getObjFileLowering() 439 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 442 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization() 770 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable() 812 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable() 1771 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs() 1788 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs() 1953 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization() 2268 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool() 2338 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | TestAsmPrinter.cpp | 61 TM->getObjFileLowering()->Initialize(*MC, *TM); in init() 62 MC->setObjectFileInfo(TM->getObjFileLowering()); in init()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfo.cpp | 65 Context.setObjectFileInfo(MMI.TM.getObjFileLowering()); in MachineModuleInfo() 76 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo() 86 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 205 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.h | 40 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 50 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
|
| H A D | DirectXTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.h | 47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.h | 50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.h | 52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.h | 44 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1611 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 2328 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable() 2408 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper() 2424 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper() 2497 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor() 2516 getObjFileLowering().getFunctionEntryPointSymbol(Alias, TM)); in emitFunctionEntryLabel() 2553 OutStreamer->switchSection(getObjFileLowering().getTOCBaseSection()); in emitEndOfAsmFile() 2570 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile() 2594 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM); in doInitialization() 2596 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|