Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h137 unsigned DwarfVersion : 4; variable
273 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h152 unsigned DwarfVersion : 4; variable
285 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
H A DDwarfDebug.cpp325 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind()
387 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber in DwarfDebug() local
2142 uint16_t DwarfVersion, in recordSourceLine()
3162 const DwarfCompileUnit &CU, uint16_t DwarfVersion) { in emitMacroHeader()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h37 DwarfExpression(unsigned DwarfVersion) : DwarfVersion(DwarfVersion) {} in DwarfExpression()
126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp123 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
145 unsigned DwarfVersion) { in emitCompileUnitHeader()
181 unsigned DwarfVersion) { in emitAbbrevs()
H A DDWARFLinkerCompileUnit.cpp89 uint64_t CompileUnit::computeNextUnitOffset(uint16_t DwarfVersion) { in computeNextUnitOffset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex() local
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCTargetOptions.h43 int DwarfVersion; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp68 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), in MCOPT_EXP() local
H A DMCDwarf.cpp565 uint16_t DwarfVersion, unsigned FileNumber) { in tryGetFile()
582 uint16_t DwarfVersion, unsigned FileNumber) { in tryGetFile()
1549 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp69 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
79 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCTargetOptions.h56 int DwarfVersion = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp541 uint16_t DwarfVersion, in tryGetFile()
559 uint16_t DwarfVersion, in tryGetFile()
1545 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCTargetOptions.h63 int DwarfVersion = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCTargetOptions.h65 int DwarfVersion = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCTargetOptions.h70 int DwarfVersion = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCTargetOptions.h70 int DwarfVersion = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCTargetOptions.h70 int DwarfVersion = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h54 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h56 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/aosp_15_r20/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp450 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local

123