/external/llvm/lib/MC/ |
H A D | MCTargetOptions.cpp | 19 AsmVerbose(false), DwarfVersion(0), ABIName() {}
|
H A D | MCContext.cpp | 39 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
|
/external/llvm/include/llvm/MC/ |
H A D | MCTargetOptionsCommandFlags.h | 36 cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), 53 Options.DwarfVersion = DwarfVersion;
|
H A D | MCTargetOptions.h | 37 int DwarfVersion; member in class:llvm::MCTargetOptions 57 ARE_EQUAL(DwarfVersion) &&
|
H A D | MCContext.h | 155 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 D | DwarfExpression.h | 35 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 D | DwarfExpression.cpp | 175 if (DwarfVersion >= 4) 183 if (DwarfVersion >= 4)
|
H A D | DwarfDebug.h | 288 unsigned DwarfVersion; member in class:llvm::DwarfDebug 548 unsigned getDwarfVersion() const { return DwarfVersion; }
|
H A D | DwarfDebug.cpp | 228 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 D | llvm-mc.cpp | 413 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 D | cc1as_main.cpp | 91 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 D | DIE.h | 487 dwarf::Form BestForm(unsigned DwarfVersion) const { 488 if (DwarfVersion > 3)
|
/external/llvm/tools/dsymutil/ |
H A D | DwarfLinker.cpp | 409 /// 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 D | CompilerInvocation.cpp | 399 Opts.DwarfVersion = 2; 401 Opts.DwarfVersion = 3; 403 Opts.DwarfVersion = 4; 406 Opts.DwarfVersion = 4;
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 368 if (CodeGenOpts.DwarfVersion) 372 CodeGenOpts.DwarfVersion);
|