reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCObjectFileInfo.h
  217   void InitMCObjectFileInfo(const Triple &TT, bool PIC, MCContext &ctx,

References

lib/Object/ModuleSymbolTable.cpp
  102   MOFI.InitMCObjectFileInfo(TT, /*PIC*/ false, MCCtx);
lib/Target/TargetLoweringObjectFile.cpp
   45   InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx,
tools/clang/lib/Parse/ParseStmtAsm.cpp
  597   MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, Ctx);
tools/clang/tools/driver/cc1as_main.cpp
  395   MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, Ctx);
tools/dsymutil/DwarfStreamer.cpp
   71   MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC);
tools/llvm-dwp/llvm-dwp.cpp
  687   MOFI.InitMCObjectFileInfo(TheTriple, /*PIC*/ false, MC);
tools/llvm-exegesis/lib/SnippetFile.cpp
  135   ObjectFileInfo.InitMCObjectFileInfo(TM.getTargetTriple(), /*PIC*/ false,
tools/llvm-mc/llvm-mc.cpp
  374   MOFI.InitMCObjectFileInfo(TheTriple, PIC, Ctx, LargeCodeModel);
tools/llvm-mca/llvm-mca.cpp
  369   MOFI.InitMCObjectFileInfo(TheTriple, /* PIC= */ false, Ctx);
tools/llvm-objdump/llvm-objdump.cpp
 1561   MOFI.InitMCObjectFileInfo(Triple(TripleName), false, Ctx);
unittests/ExecutionEngine/JITLink/JITLinkTestCommon.cpp
   89   MOFI.InitMCObjectFileInfo(TT, PIC, *AsCtx, LargeCodeModel);