HomeSort by relevance Sort by last modified time
    Searched defs:DwarfVersion (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCTargetOptions.h 39 int DwarfVersion;
61 ARE_EQUAL(DwarfVersion) &&
MCContext.h 161 uint16_t DwarfVersion;
503 void setDwarfVersion(uint16_t v) { DwarfVersion = v; }
504 uint16_t getDwarfVersion() const { return DwarfVersion; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 35 unsigned DwarfVersion;
39 unsigned DwarfVersion)
40 : TRI(TRI), DwarfVersion(DwarfVersion) {}
112 unsigned DwarfVersion, ByteStreamer &BS)
113 : DwarfExpression(TRI, DwarfVersion), BS(BS) {}
DwarfDebug.h 287 unsigned DwarfVersion;
553 unsigned getDwarfVersion() const { return DwarfVersion; }
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 442 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4;
443 if (DwarfVersion < 2 || DwarfVersion > 4) {
444 errs() << ProgName << ": Dwarf version " << DwarfVersion
448 Ctx.setDwarfVersion(DwarfVersion);
  /external/clang/tools/driver/
cc1as_main.cpp 91 unsigned DwarfVersion;
149 DwarfVersion = 0;
203 Opts.DwarfVersion = getLastArgIntValue(Args, OPT_dwarf_version_EQ, 0, Diags);
354 Ctx.setDwarfVersion(Opts.DwarfVersion);
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 126 milliseconds