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.h93 virtual const AppleAcceleratorTable &getAppleNames() = 0;
334 const AppleAcceleratorTable &getAppleNames();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp511 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
710 const AppleAcceleratorTable &getAppleNames() override { in getAppleNames() function in __anonfc0a132e0411::ThreadSafeState
712 return ThreadUnsafeDWARFContextState::getAppleNames(); in getAppleNames()
1326 getAppleNames().dump(OS); in dump()
1468 const AppleAcceleratorTable &DWARFContext::getAppleNames() { in getAppleNames() function in DWARFContext
1469 return State->getAppleNames(); in getAppleNames()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp509 getDies(DICtx, DICtx.getAppleNames(), Name, Dies); in filterByAccelName()
540 PushDIEs(DICtx.getAppleNames()); in findAllApple()