HomeSort by relevance Sort by last modified time
    Searched refs:MOFI (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 693 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
725 Streamer.SwitchSection(MOFI->getCompactUnwindSection());
728 unsigned FDEEncoding = MOFI->getFDEEncoding(UsingCFI);
772 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
776 if (MOFI->isFunctionEHFrameSymbolPrivate() || !IsEH)
859 EmitEncodingByte(streamer, MOFI->getFDEEncoding(UsingCFI),
    [all...]
MCContext.cpp 31 const MCObjectFileInfo *mofi) :
32 MAI(mai), MRI(mri), MOFI(mofi),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 65 MOFI.reset(new MCObjectFileInfo);
66 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get()));
67 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC);
138 MS->SwitchSection(MOFI->getDwarfInfoSection());
179 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
186 MS->SwitchSection(MOFI->getDwarfInfoSection());
192 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection());
219 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection());
229 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection());
237 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection())
    [all...]
DwarfStreamer.h 147 std::unique_ptr<MCObjectFileInfo> MOFI;
  /external/bcc/src/cc/
bcc_debug.cc 126 MCObjectFileInfo MOFI;
127 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, nullptr);
128 MOFI.InitMCObjectFileInfo(TheTriple, false, Ctx, false);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 54 const MCObjectFileInfo *MOFI;
119 const MCObjectFileInfo *MOFI);
126 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ModuleSymbolTable.cpp 100 MCObjectFileInfo MOFI;
101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI);
102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
llvm-mc-assemble-fuzzer.cpp 171 MCObjectFileInfo MOFI;
172 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
175 MOFI.InitMCObjectFileInfo(TheTriple, UsePIC, Ctx);
  /external/llvm/lib/Object/
IRObjectFile.cpp 77 MCObjectFileInfo MOFI;
78 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI);
79 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, CodeModel::Default, MCCtx);
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
MCContext.cpp 45 const MCObjectFileInfo *mofi, const SourceMgr *mgr,
47 : SrcMgr(mgr), MAI(mai), MRI(mri), MOFI(mofi), Allocator(),
157 if (MOFI) {
158 switch (MOFI->getObjectFileType()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCDwarf.cpp     [all...]
MCContext.cpp 58 const MCObjectFileInfo *mofi, const SourceMgr *mgr,
60 : SrcMgr(mgr), InlineSrcMgr(nullptr), MAI(mai), MRI(mri), MOFI(mofi),
154 if (MOFI) {
155 switch (MOFI->getObjectFileType()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.h 201 MCObjectFileInfo MOFI;
  /external/llvm/include/llvm/MC/
MCContext.h 69 const MCObjectFileInfo *MOFI;
241 const MCObjectFileInfo *MOFI,
251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 372 OwningPtr<MCObjectFileInfo> MOFI(new MCObjectFileInfo());
373 MCContext Ctx(*MAI, *MRI, MOFI.get());
374 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx);
  /external/clang/tools/driver/
cc1as_main.cpp 327 std::unique_ptr<MCObjectFileInfo> MOFI(new MCObjectFileInfo());
329 MCContext Ctx(MAI.get(), MRI.get(), MOFI.get(), &SrcMgr);
342 MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, CodeModel::Default, Ctx);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 441 MCObjectFileInfo MOFI;
442 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
443 MOFI.InitMCObjectFileInfo(TheTriple, PIC, CMModel, Ctx);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h 81 const MCObjectFileInfo *MOFI;
283 const MCObjectFileInfo *MOFI,
297 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
llvm-mc.cpp 367 MCObjectFileInfo MOFI;
368 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
369 MOFI.InitMCObjectFileInfo(TheTriple, PIC, Ctx, LargeCodeModel);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
llvm-mca.cpp 381 MCObjectFileInfo MOFI;
382 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
383 MOFI.InitMCObjectFileInfo(TheTriple, /* PIC= */ false, Ctx);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 191 const MCObjectFileInfo *MOFI)
192 : ImmutablePass(ID), Context(&MAI, &MRI, MOFI, nullptr, false) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 208 const MCObjectFileInfo *MOFI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 180 const MCObjectFileInfo *MOFI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 256 const MCObjectFileInfo *MOFI)
257 : ImmutablePass(ID), Context(MAI, MRI, MOFI),

Completed in 1208 milliseconds

1 2