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

  /external/llvm/lib/MC/
MCTargetOptions.cpp 18 DwarfVersion(0) {}
MCContext.cpp 38 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
  /external/llvm/include/llvm/MC/
MCTargetOptionsCommandFlags.h 36 cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
48 Options.DwarfVersion = DwarfVersion;
MCTargetOptions.h 32 int DwarfVersion;
46 ARE_EQUAL(DwarfVersion));
MCContext.h 153 uint16_t DwarfVersion;
405 void setDwarfVersion(uint16_t v) { DwarfVersion = v; }
406 uint16_t getDwarfVersion() const { return DwarfVersion; }
  /external/clang/tools/driver/
cc1as_main.cpp 90 unsigned DwarfVersion;
141 DwarfVersion = 3;
198 Opts.DwarfVersion = 2;
200 Opts.DwarfVersion = 3;
202 Opts.DwarfVersion = 4;
341 Ctx.setDwarfVersion(Opts.DwarfVersion);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 413 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4;
414 if (DwarfVersion < 2 || DwarfVersion > 4) {
415 errs() << ProgName << ": Dwarf version " << DwarfVersion
419 Ctx.setDwarfVersion(DwarfVersion);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 486 dwarf::Form BestForm(unsigned DwarfVersion) const {
487 if (DwarfVersion > 3)
DwarfDebug.h 299 unsigned DwarfVersion;
624 unsigned getDwarfVersion() const { return DwarfVersion; }
DwarfDebug.cpp 208 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion;
209 DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
212 Asm->OutStreamer.getContext().setDwarfVersion(DwarfVersion);
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 373 Opts.DwarfVersion = 2;
375 Opts.DwarfVersion = 3;
377 Opts.DwarfVersion = 4;
380 Opts.DwarfVersion = 4;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 352 if (CodeGenOpts.DwarfVersion)
356 CodeGenOpts.DwarfVersion);
    [all...]

Completed in 401 milliseconds