Home
last modified time | relevance | path

Searched defs:sizeofPrologueLength (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h70 uint32_t sizeofPrologueLength() const { in sizeofPrologueLength() function
/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