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.h93 virtual const AppleAcceleratorTable &getAppleTypes() = 0;
331 const AppleAcceleratorTable &getAppleTypes();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp519 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
718 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in __anonfc0a132e0411::ThreadSafeState
720 return ThreadUnsafeDWARFContextState::getAppleTypes(); in getAppleTypes()
1334 getAppleTypes().dump(OS); in dump()
1477 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes() function in DWARFContext
1478 return State->getAppleTypes(); in getAppleTypes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp500 getDies(DICtx, DICtx.getAppleTypes(), Name, Dies); in filterByAccelName()
532 PushDIEs(DICtx.getAppleTypes()); in findAllApple()