Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h93 virtual const AppleAcceleratorTable &getAppleTypes() = 0;
331 const AppleAcceleratorTable &getAppleTypes();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp518 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in ThreadUnsafeDWARFContextState
717 const AppleAcceleratorTable &getAppleTypes() override { in getAppleTypes() function in ThreadSafeState
719 return ThreadUnsafeDWARFContextState::getAppleTypes(); in getAppleTypes()
1333 getAppleTypes().dump(OS); in dump()
1475 const AppleAcceleratorTable &DWARFContext::getAppleTypes() { in getAppleTypes() function in DWARFContext
1476 return State->getAppleTypes(); in getAppleTypes()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp470 getDies(DICtx, DICtx.getAppleTypes(), Name, Dies); in filterByAccelName()
502 PushDIEs(DICtx.getAppleTypes()); in findAllApple()