Home
last modified time | relevance | path

Searched refs:compile_unit_count (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfo.h114 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h129 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h123 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp210 uint32_t compile_unit_count = compilands->getChildCount(); in CalculateNumCompileUnits() local
215 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1); in CalculateNumCompileUnits()
219 --compile_unit_count; in CalculateNumCompileUnits()
220 return compile_unit_count; in CalculateNumCompileUnits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp217 if (OldModule && NewModule && OldModule != NewModule && DIFinder.compile_unit_count()) { in CloneFunctionInto()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCloneFunction.cpp221 if (OldModule && NewModule && OldModule != NewModule && DIFinder.compile_unit_count()) { in CloneFunctionInto()