Home
last modified time | relevance | path

Searched refs:MOFI (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/WrapperLLVM/include/llvmWrapper/MC/
H A DMCContext.h21 const llvm::MCObjectFileInfo *MOFI,
32 return new llvm::MCContext(MAI, MRI, MOFI, Mgr, TargetOpts, DoAutoReset);
34 return new llvm::MCContext(MAI, MRI, MOFI, Mgr, DoAutoReset);
/dports/devel/llvm70/llvm-7.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp65 MOFI.reset(new MCObjectFileInfo); in init()
66 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
67 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
138 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
179 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
186 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
192 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
219 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
237 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
245 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
215 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
215 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp43 std::unique_ptr<MCObjectFileInfo> MOFI; member
72 Res.MOFI.reset(TheTarget->createMCObjectFileInfo(*Res.Ctx.get(), in createStreamer()
74 Res.Ctx->setObjectFileInfo(Res.MOFI.get()); in createStreamer()
100 MCSection *Section = C.MOFI->getTextSection(); in emitDebugLineSection()
116 TheStreamer->SwitchSection(C.MOFI->getDwarfLineSection()); in emitDebugLineSection()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
160 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
167 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
199 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
206 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
231 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/DWARFLinker/
H A DDWARFStreamer.cpp53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
160 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
167 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
199 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
206 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
231 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
160 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
167 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
199 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
206 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
231 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp64 MOFI.reset(new MCObjectFileInfo); in init()
65 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
66 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
137 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
178 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
185 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
191 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
216 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
242 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp69 MOFI.reset(new MCObjectFileInfo); in init()
70 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
71 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
142 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
184 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
191 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
236 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
261 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
279 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
287 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/dsymutil/
H A DDwarfStreamer.cpp69 MOFI.reset(new MCObjectFileInfo); in init()
70 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
71 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
142 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
184 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
191 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
236 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
261 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
279 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
287 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp58 MOFI.reset(TheTarget->createMCObjectFileInfo(*MC, /*PIC=*/false)); in init()
59 MC->setObjectFileInfo(MOFI.get()); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/dsymutil/
H A DDwarfStreamer.cpp65 MOFI.reset(new MCObjectFileInfo); in init()
66 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
67 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
138 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
179 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
186 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
192 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
217 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
235 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
243 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DModuleSymbolTable.cpp102 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
103 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
104 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
105 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DModuleSymbolTable.cpp102 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
103 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
104 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
105 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DModuleSymbolTable.cpp102 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
103 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
104 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
105 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DModuleSymbolTable.cpp102 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
103 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
104 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
105 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DModuleSymbolTable.cpp100 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
103 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DModuleSymbolTable.cpp100 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
103 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp100 MCObjectFileInfo MOFI; in initializeRecordStreamer() local
101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer()
102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
103 MOFI.setSDKVersion(M.getSDKVersion()); in initializeRecordStreamer()

12345678910>>...12