Home
last modified time | relevance | path

Searched defs:DwarfVersion (Results 1 – 19 of 19) 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h137 unsigned DwarfVersion : 4; variable
273 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
DDwarfDebug.cpp325 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind()
385 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber in DwarfDebug() local
1785 uint16_t DwarfVersion, in recordSourceLine()
/external/llvm/include/llvm/MC/
DMCTargetOptions.h43 int DwarfVersion; variable
DMCContext.h171 uint16_t DwarfVersion; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptions.h56 int DwarfVersion = 0; variable
DMCContext.h185 uint16_t DwarfVersion = 4; variable
DMCDwarf.h291 Optional<MD5::MD5Result> Checksum, uint16_t DwarfVersion, in getFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h54 enum DwarfVersion : uint8_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp69 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
79 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp450 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp541 uint16_t DwarfVersion, in tryGetFile()
559 uint16_t DwarfVersion, in tryGetFile()
1545 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/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-10.0/llvm/include/llvm/CodeGen/
DDIE.h915 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/external/llvm/lib/MC/
DMCDwarf.cpp1244 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()