/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
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()
|
D | DwarfCFIException.cpp | 68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 101 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 158 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
D | DwarfDebug.cpp | 1079 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 1082 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 1249 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 2190 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 2196 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader() 2219 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 2226 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 2233 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 2239 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() 2323 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() [all …]
|
D | AsmPrinter.cpp | 215 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 216 return *TM.getObjFileLowering(); in getObjFileLowering() 263 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 266 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization() 456 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix() 553 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable() 560 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() 577 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable() 597 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable() 619 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 74 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 98 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 101 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 107 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | DwarfDebug.cpp | 438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit() 440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit() 535 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 652 AddrPool.emit(*Asm, Asm->getObjFileLowering().getDwarfAddrSection()); in endModule() 1208 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 1222 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1229 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1236 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 1242 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() 1305 ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubNames() [all …]
|
D | DwarfCFIException.cpp | 76 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 112 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 160 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
D | AsmPrinter.cpp | 137 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 138 return *TM.getObjFileLowering(); in getObjFileLowering() 182 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 418 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 428 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable() 446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 463 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable() 489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() 504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable() 554 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
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()
|
D | DwarfCFIException.cpp | 68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 100 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 157 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
D | DwarfDebug.cpp | 902 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 905 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 1081 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 1964 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 1970 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader() 1993 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 2000 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 2007 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 2013 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() 2097 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() [all …]
|
D | AsmPrinter.cpp | 214 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 215 return *TM.getObjFileLowering(); in getObjFileLowering() 263 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 266 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization() 446 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix() 524 getObjFileLowering().getCommDirectiveSupportsAlignment(); in EmitGlobalVariable() 531 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable() 548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 568 getObjFileLowering().getCommDirectiveSupportsAlignment(); in EmitGlobalVariable() 590 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() [all …]
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | TestAsmPrinter.cpp | 59 TM->getObjFileLowering())); in init() 60 TM->getObjFileLowering()->Initialize(*MC, *TM); in init()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 207 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 182 MMI.TM.getObjFileLowering(), nullptr, nullptr, false), in MachineModuleInfo() 197 TM->getObjFileLowering(), nullptr, nullptr, false) { in MachineModuleInfo() 204 TM->getObjFileLowering(), nullptr, nullptr, false), in MachineModuleInfo()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 233 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 238 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
/external/llvm-project/llvm/lib/Target/CSKY/ |
D | CSKYTargetMachine.h | 32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.h | 38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.h | 37 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|