Home
last modified time | relevance | path

Searched refs:InitMCObjectFileInfo (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetFile.cpp136 ObjectFileInfo.InitMCObjectFileInfo(TM.getTargetTriple(), /*PIC*/ false, in readSnippets()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DModuleSymbolTable.cpp102 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
/external/llvm-project/llvm/lib/Object/
DModuleSymbolTable.cpp104 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx); in initializeRecordStreamer()
/external/bcc/src/cc/
Dbcc_debug.cc128 MOFI.InitMCObjectFileInfo(TheTriple, false, Ctx, false); in dump()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h197 void InitMCObjectFileInfo(const Triple &TT, bool PIC, CodeModel::Model CM,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp45 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx, in Initialize()
/external/llvm-project/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp178 MOFI.InitMCObjectFileInfo(TheTriple, UsePIC, Ctx); in AssembleOneInput()
/external/llvm-project/llvm/lib/Target/
DTargetLoweringObjectFile.cpp47 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), ctx, in Initialize()
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp114 mofi.InitMCObjectFileInfo(theTriple, false, ctx, false); in assembleIsa()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h220 void InitMCObjectFileInfo(const Triple &TT, bool PIC, MCContext &ctx,
/external/llvm/lib/Object/
DIRObjectFile.cpp79 MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, CodeModel::Default, MCCtx); in CollectAsmUndefinedRefs()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h225 void InitMCObjectFileInfo(const Triple &TT, bool PIC, MCContext &ctx,
/external/llvm-project/llvm/tools/llvm-ml/
Dllvm-ml.cpp281 MOFI.InitMCObjectFileInfo(TheTriple, /*PIC=*/false, Ctx, in main()
/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp258 MOFI.InitMCObjectFileInfo(Triple(TripleName), false, Ctx); in setUpDisassembler()
/external/clang/tools/driver/
Dcc1as_main.cpp342 MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, CodeModel::Default, Ctx); in ExecuteAssembler()
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp381 MOFI.InitMCObjectFileInfo(TheTriple, PIC, Ctx, LargeCodeModel); in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp443 MOFI.InitMCObjectFileInfo(TheTriple, PIC, CMModel, Ctx); in main()
/external/llvm-project/llvm/tools/llvm-mca/
Dllvm-mca.cpp372 MOFI.InitMCObjectFileInfo(TheTriple, /* PIC= */ false, Ctx); in main()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp398 MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, Ctx); in ExecuteAssembler()
/external/clang/lib/Parse/
DParseStmtAsm.cpp575 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, llvm::CodeModel::Default, in ParseMicrosoftAsmStatement()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp644 MOFI.InitMCObjectFileInfo(TheTriple, /*PIC*/ false, CodeModel::Default, MC); in main()
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp592 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, Ctx); in ParseMicrosoftAsmStatement()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp833 void MCObjectFileInfo::InitMCObjectFileInfo(const Triple &TheTriple, bool PIC, in InitMCObjectFileInfo() function in MCObjectFileInfo

12