Home
last modified time | relevance | path

Searched refs:GapStartOffset (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp683 unsigned GapStartOffset = GapAndRangeSizes[I].second; in encodeDefRange() local
688 LEWriter.write<uint16_t>(GapStartOffset); in encodeDefRange()
690 GapStartOffset += GapSize + RangeSize; in encodeDefRange()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
H A DSymbolDumper.cpp92 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp231 io.mapRequired("GapStartOffset", Gap.GapStartOffset); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h462 uint16_t GapStartOffset = 0; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp47 lldb::addr_t gap_start = start + gap.GapStartOffset; in MakeRangeList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp360 GapStrs.push_back(formatv("({0},{1})", G.GapStartOffset, G.Range).str()); in formatGaps()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp709 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()