Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h94 virtual const AppleAcceleratorTable &getAppleTypes() = 0;
337 const AppleAcceleratorTable &getAppleTypes();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp517 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
714 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in __anonfc0a132e0411::ThreadSafeState
716 return ThreadUnsafeDWARFContextState::getAppleTypes(); in getAppleTypes()
1330 getAppleTypes().dump(OS); in dump()
1472 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes() function in DWARFContext
1473 return State->getAppleTypes(); in getAppleTypes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp510 getDies(DICtx, DICtx.getAppleTypes(), Name, Dies); in filterByAccelName()
542 PushDIEs(DICtx.getAppleTypes()); in findAllApple()