Home
last modified time | relevance | path

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

/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h496 size_t getDebugInfoSize() const { in getDebugInfoSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h526 size_t getDebugInfoSize() const { in getDebugInfoSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp405 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp377 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp44 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() function
2527 getDebugInfoSize(*OptContext.File.Dwarf); in link()