Home
last modified time | relevance | path

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

1234567

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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()
DDwarfCFIException.cpp68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
101 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
158 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DDwarfDebug.cpp1079 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 …]
DAsmPrinter.cpp215 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/
DOcamlGCPrinter.cpp71 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()
DDwarfDebug.cpp438 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 …]
DDwarfCFIException.cpp76 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
112 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
160 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DAsmPrinter.cpp137 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/
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()
DDwarfCFIException.cpp68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
100 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
157 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DDwarfDebug.cpp902 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 …]
DAsmPrinter.cpp214 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/
DTestAsmPrinter.cpp59 TM->getObjFileLowering())); in init()
60 TM->getObjFileLowering()->Initialize(*MC, *TM); in init()
/external/llvm/lib/Target/
DTargetMachine.cpp200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
207 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/external/llvm-project/llvm/lib/CodeGen/
DMachineModuleInfo.cpp182 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/
DTargetMachine.cpp233 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
238 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/external/llvm-project/llvm/lib/Target/CSKY/
DCSKYTargetMachine.h32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/AVR/
DAVRTargetMachine.h38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/BPF/
DBPFTargetMachine.h38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm-project/llvm/lib/Target/AVR/
DAVRTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFTargetMachine.h37 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

1234567