Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h115 bool loadInputDIEs();
H A DDWARFLinkerImpl.cpp605 if (!CU.loadInputDIEs()) { in linkSingleCompileUnit()
H A DDWARFLinkerCompileUnit.cpp114 bool CompileUnit::loadInputDIEs() { in loadInputDIEs() function in CompileUnit