Home
last modified time | relevance | path

Searched defs:DwarfVersion (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h37 DwarfExpression(unsigned DwarfVersion) : DwarfVersion(DwarfVersion) {} in DwarfExpression()
126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression()
DDwarfDebug.h258 unsigned DwarfVersion; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h113 unsigned DwarfVersion; variable
200 DwarfExpression(unsigned DwarfVersion) : DwarfVersion(DwarfVersion) {} in DwarfExpression()
261 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression()
DDwarfDebug.cpp292 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind()
352 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber in DwarfDebug() local
2012 auto DwarfVersion = CU->getDwarfVersion(); in emitRangeList() local
/external/llvm/include/llvm/MC/
DMCTargetOptions.h43 int DwarfVersion; variable
DMCContext.h171 uint16_t DwarfVersion; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCTargetOptions.h61 int DwarfVersion = 0; variable
DMCContext.h179 uint16_t DwarfVersion = 4; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h54 enum DwarfVersion : uint8_t { enum
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp137 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
178 unsigned DwarfVersion) { in emitAbbrevs()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp450 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp376 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp380 dwarfgen::Generator::create(Triple TheTriple, uint16_t DwarfVersion) { in create()
/external/clang/tools/driver/
Dcc1as_main.cpp90 unsigned DwarfVersion; member
/external/llvm/include/llvm/CodeGen/
DDIE.h693 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h858 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/external/llvm/lib/MC/
DMCDwarf.cpp1244 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1524 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/external/clang/lib/Driver/
DTools.cpp2789 unsigned DwarfVersion, in RenderDebugEnablingArgs()
2939 unsigned DwarfVersion = DwarfVersionNum(Value); in CollectArgsForIntegratedAssembler() local
4441 unsigned DwarfVersion = 0; in ConstructJob() local
6491 unsigned DwarfVersion = 0; in ConstructJob() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp659 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()