Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h554 size_t getDebugInfoSize() const { in getDebugInfoSize() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp448 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp46 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { in getDebugInfoSize() function
2642 getDebugInfoSize(*OptContext.File.Dwarf); in link()