Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h92 virtual const AppleAcceleratorTable &getAppleNames() = 0;
328 const AppleAcceleratorTable &getAppleNames();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp513 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
714 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in __anonfc0a132e0411::ThreadSafeState
716 return ThreadUnsafeDWARFContextState::getAppleNames(); in getAppleNames()
1330 getAppleNames().dump(OS); in dump()
1473 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames() function in DWARFContext
1474 return State->getAppleNames(); in getAppleNames()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp499 getDies(DICtx, DICtx.getAppleNames(), Name, Dies); in filterByAccelName()
530 PushDIEs(DICtx.getAppleNames()); in findAllApple()