Home
last modified time | relevance | path

Searched refs:SizeOfPrologueLength (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp253 uint64_t SizeOfPrologueLength = DebugLines.Length.isDWARF64() ? 8 : 4; in dumpDebugLines() local
256 LineData.getUnsigned(&Offset, SizeOfPrologueLength); in dumpDebugLines()
288 LineTableLength + *StmtOffset + SizeOfPrologueLength; in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp216 uint64_t SizeOfPrologueLength = LineTable.Length.isDWARF64() ? 8 : 4; in EmitDebugLine() local
218 writeVariableSizedInteger(LineTable.PrologueLength, SizeOfPrologueLength, in EmitDebugLine()