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

/external/llvm/lib/MC/
H A DMCTargetOptions.cpp19 AsmVerbose(false), DwarfVersion(0), ABIName() {}
H A DMCContext.cpp39 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"),
53 Options.DwarfVersion = DwarfVersion;
H A DMCTargetOptions.h37 int DwarfVersion; member in class:llvm::MCTargetOptions
57 ARE_EQUAL(DwarfVersion) &&
H A DMCContext.h155 uint16_t DwarfVersion; member in class:llvm::MCContext
495 void setDwarfVersion(uint16_t v) { DwarfVersion = v; }
496 uint16_t getDwarfVersion() const { return DwarfVersion; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h35 unsigned DwarfVersion; member in class:llvm::DwarfExpression
39 unsigned DwarfVersion)
40 : TRI(TRI), DwarfVersion(DwarfVersion) {}
111 unsigned DwarfVersion, ByteStreamer &BS)
112 : DwarfExpression(TRI, DwarfVersion), BS(BS) {}
38 DwarfExpression(const TargetRegisterInfo &TRI, unsigned DwarfVersion) argument
110 DebugLocDwarfExpression(const TargetRegisterInfo &TRI, unsigned DwarfVersion, ByteStreamer &BS) argument
H A DDwarfExpression.cpp175 if (DwarfVersion >= 4)
183 if (DwarfVersion >= 4)
H A DDwarfDebug.h288 unsigned DwarfVersion; member in class:llvm::DwarfDebug
548 unsigned getDwarfVersion() const { return DwarfVersion; }
H A DDwarfDebug.cpp228 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion;
229 DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
234 UseGNUTLSOpcode = !(IsDarwin || IsPS4) || DwarfVersion < 3;
236 Asm->OutStreamer.getContext().setDwarfVersion(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/clang/tools/driver/
H A Dcc1as_main.cpp91 unsigned DwarfVersion; member in struct:__anon2761::AssemblerInvocation
144 DwarfVersion = 3;
201 Opts.DwarfVersion = 2;
203 Opts.DwarfVersion = 3;
205 Opts.DwarfVersion = 4;
342 Ctx.setDwarfVersion(Opts.DwarfVersion);
/external/llvm/include/llvm/CodeGen/
H A DDIE.h487 dwarf::Form BestForm(unsigned DwarfVersion) const {
488 if (DwarfVersion > 3)
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp409 /// the MC Dwarf version to \p DwarfVersion.
410 void switchToDebugInfoSection(unsigned DwarfVersion);
541 /// the MC Dwarf version to \p DwarfVersion.
542 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { argument
544 MC->setDwarfVersion(DwarfVersion);
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp399 Opts.DwarfVersion = 2;
401 Opts.DwarfVersion = 3;
403 Opts.DwarfVersion = 4;
406 Opts.DwarfVersion = 4;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp368 if (CodeGenOpts.DwarfVersion)
372 CodeGenOpts.DwarfVersion);

Completed in 250 milliseconds