Home
last modified time | relevance | path

Searched refs:getDebugInfoSize (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.h60 size_t getDebugInfoSize() const { return Length + 4 - getSize(); } in getDebugInfoSize() function
99 DieArray.reserve(getDebugInfoSize() / 14); in addDIE()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h270 size_t getDebugInfoSize() const { return Length + 4 - getHeaderSize(); } in getDebugInfoSize() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp211 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h546 size_t getDebugInfoSize() const { in getDebugInfoSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp232 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()