Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h89 bool addCompileUnit(DICompileUnit *CU);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp78 if (!addCompileUnit(CU)) in processCompileUnit()
157 addCompileUnit(CU); in processScope()
240 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit() function in DebugInfoFinder