Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h91 virtual const DWARFDebugNames &getDebugNames() = 0;
325 const DWARFDebugNames &getDebugNames();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp507 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in ThreadUnsafeDWARFContextState
709 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in ThreadSafeState
711 return ThreadUnsafeDWARFContextState::getDebugNames(); in getDebugNames()
1344 getDebugNames().dump(OS); in dump()
1467 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames() function in DWARFContext
1468 return State->getDebugNames(); in getDebugNames()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp472 getDies(DICtx, DICtx.getDebugNames(), Name, Dies); in filterByAccelName()