Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-def-range-gap.s20 # CHECK-NEXT: GapStartOffset: 0x3
54 # CHECK-NEXT: GapStartOffset: 0x1
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp678 unsigned GapStartOffset = GapAndRangeSizes[I].second; in encodeDefRange() local
683 LEWriter.write<uint16_t>(GapStartOffset); in encodeDefRange()
685 GapStartOffset += GapSize + RangeSize; in encodeDefRange()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dlocal-variable-gap.ll84 ; OBJ-NEXT: GapStartOffset: 0x{{.*}}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp22 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
DSymbolDumper.cpp90 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp74 W.printHex("GapStartOffset", Gap.GapStartOffset); in printLocalVariableAddrGap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h426 uint16_t GapStartOffset; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp195 io.mapRequired("GapStartOffset", Gap.GapStartOffset); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp310 GapStrs.push_back(formatv("({0},{1})", G.GapStartOffset, G.Range).str()); in formatGaps()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h593 ulittle16_t GapStartOffset; member