Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h91 virtual const DWARFDebugNames &getDebugNames() = 0;
325 const DWARFDebugNames &getDebugNames();
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp508 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anon6783532d0411::ThreadUnsafeDWARFContextState
710 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anon6783532d0411::ThreadSafeState
712 return ThreadUnsafeDWARFContextState::getDebugNames(); in getDebugNames()
1345 getDebugNames().dump(OS); in dump()
1469 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames() function in DWARFContext
1470 return State->getDebugNames(); in getDebugNames()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp502 getDies(DICtx, DICtx.getDebugNames(), Name, Dies); in filterByAccelName()