Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h92 virtual const AppleAcceleratorTable &getAppleNames() = 0;
328 const AppleAcceleratorTable &getAppleNames();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp512 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in ThreadUnsafeDWARFContextState
713 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in ThreadSafeState
715 return ThreadUnsafeDWARFContextState::getAppleNames(); in getAppleNames()
1329 getAppleNames().dump(OS); in dump()
1471 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames() function in DWARFContext
1472 return State->getAppleNames(); in getAppleNames()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp469 getDies(DICtx, DICtx.getAppleNames(), Name, Dies); in filterByAccelName()
500 PushDIEs(DICtx.getAppleNames()); in findAllApple()