Searched defs:compile_unit_count (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugInfo.h | 163 unsigned compile_unit_count() const { return CUs.size(); } compile_unit_count() function |
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ | ||
H A D | SymbolFilePDB.cpp | 224 uint32_t compile_unit_count = compilands->getChildCount(); CalculateNumCompileUnits() local |