Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h67 uint32_t sizeofTotalLength() const { in sizeofTotalLength() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h104 uint32_t sizeofTotalLength() const { return isDWARF64() ? 12 : 4; } in sizeofTotalLength() function