Home
last modified time | relevance | path

Searched refs:sizeofPrologueLength (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h70 uint32_t sizeofPrologueLength() const { in sizeofPrologueLength() function
77 sizeofPrologueLength(); in getLength()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h106 uint32_t sizeofPrologueLength() const { return isDWARF64() ? 8 : 4; } in sizeofPrologueLength() function
113 sizeofPrologueLength(); in getLength()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp84 debug_line_data.getUnsigned(offset_ptr, sizeofPrologueLength()); in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp325 PrologueLength = DebugLineData.getUnsigned(OffsetPtr, sizeofPrologueLength()); in parse()