Home
last modified time | relevance | path

Searched refs:assignTypeNamesRec (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp308 return assignTypeNamesRec(getDebugInfoEntry(0), NameBuilder); in assignTypeNames()
311 Error CompileUnit::assignTypeNamesRec(const DWARFDebugInfoEntry *DieEntry, in assignTypeNamesRec() function in CompileUnit
327 if (Error Err = assignTypeNamesRec(CurChild, NameBuilder)) in assignTypeNamesRec()
H A DDWARFLinkerCompileUnit.h668 Error assignTypeNamesRec(const DWARFDebugInfoEntry *DieEntry,