Searched refs:DwarfVersion (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/MC/
H A DMCTargetOptions.cpp18 DwarfVersion(0) {}
H A DMCContext.cpp38 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
/external/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h36 cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
48 Options.DwarfVersion = DwarfVersion;
H A DMCTargetOptions.h32 int DwarfVersion; member in class:llvm::MCTargetOptions
46 ARE_EQUAL(DwarfVersion));
H A DMCContext.h153 uint16_t DwarfVersion; member in class:llvm::MCContext
405 void setDwarfVersion(uint16_t v) { DwarfVersion = v; }
406 uint16_t getDwarfVersion() const { return DwarfVersion; }
/external/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned DwarfVersion; member in struct:__anon19495::AssemblerInvocation
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/
H A Dllvm-mc.cpp413 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; local
414 if (DwarfVersion < 2 || DwarfVersion > 4) {
415 errs() << ProgName << ": Dwarf version " << DwarfVersion local
419 Ctx.setDwarfVersion(DwarfVersion);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h486 dwarf::Form BestForm(unsigned DwarfVersion) const {
487 if (DwarfVersion > 3)
H A DDwarfDebug.h299 unsigned DwarfVersion; member in class:llvm::DwarfDebug
624 unsigned getDwarfVersion() const { return DwarfVersion; }
H A DDwarfDebug.cpp208 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion;
209 DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
212 Asm->OutStreamer.getContext().setDwarfVersion(DwarfVersion);
2477 if (DwarfVersion < 4)
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp373 Opts.DwarfVersion = 2;
375 Opts.DwarfVersion = 3;
377 Opts.DwarfVersion = 4;
380 Opts.DwarfVersion = 4;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp352 if (CodeGenOpts.DwarfVersion)
356 CodeGenOpts.DwarfVersion);

Completed in 262 milliseconds