Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h305 const DWARFDebugNames &getDebugNames();
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp417 getDies(DICtx, DICtx.getDebugNames(), Name, Dies); in filterByAccelName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp693 getDebugNames().dump(OS); in dump()
902 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames() function in DWARFContext