Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h54 enum DwarfVersion : uint8_t { enum
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h915 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()