Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h153 unsigned DwarfVersion : 4; variable
286 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression()
H A DDwarfDebug.cpp327 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind()
389 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber in DwarfDebug() local
2052 uint16_t DwarfVersion, in recordSourceLine()
3049 const DwarfCompileUnit &CU, uint16_t DwarfVersion) { in emitMacroHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp66 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), in MCOPT_EXP() local
H A DMCDwarf.cpp536 uint16_t DwarfVersion, in tryGetFile()
554 uint16_t DwarfVersion, in tryGetFile()
1557 static unsigned getCIEVersion(bool IsEH, unsigned DwarfVersion) { in getCIEVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp117 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
139 unsigned DwarfVersion) { in emitCompileUnitHeader()
175 unsigned DwarfVersion) { in emitAbbrevs()
H A DDWARFLinkerCompileUnit.cpp72 uint64_t CompileUnit::computeNextUnitOffset(uint16_t DwarfVersion) { in computeNextUnitOffset()
H A DDWARFLinker.cpp2141 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits() local
2199 unsigned DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); in cloneAllCompileUnits() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCTargetOptions.h59 int DwarfVersion = 0; variable
H A DMCDwarf.h297 Optional<MD5::MD5Result> Checksum, uint16_t DwarfVersion, in getFile()
H A DMCContext.h207 uint16_t DwarfVersion = 4; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h58 enum DwarfVersion : uint8_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp74 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local
85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex() local
96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
H A DDWARFVerifier.cpp479 unsigned DwarfVersion = Die.getDwarfUnit()->getVersion(); in verifyDebugInfoAttribute() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp408 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp95 unsigned DwarfVersion; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp1026 unsigned DwarfVersion, in RenderDebugEnablingArgs()
2536 unsigned DwarfVersion = DwarfVersionNum(Value); in CollectArgsForIntegratedAssembler() local
3842 unsigned DwarfVersion) { in renderDwarfFormat()
7400 unsigned DwarfVersion = ParseDebugDefaultVersion(getToolChain(), Args); in ConstructJob() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h937 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp70 uint16_t DwarfVersion) { in debugStrOffsetsHeaderSize()