Home
last modified time | relevance | path

Searched refs:getAppleNamespacesSection (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h76 virtual const DWARFSection &getAppleNamespacesSection() const { in getAppleNamespacesSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp685 DObj->getAppleNamespacesSection().Data)) in dump()
919 DObj->getAppleNamespacesSection(), in getAppleNamespaces()
1942 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection() function in __anona8a913f90f11::DWARFObjInMemory
H A DDWARFVerifier.cpp1518 if (!D.getAppleNamespacesSection().Data.empty()) in handleAccelTables()
1519 NumErrors += verifyAppleAccelTable(&D.getAppleNamespacesSection(), &StrData, in handleAccelTables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2222 !DwarfObj.getAppleNamespacesSection().Data.empty() || in updateAccelKind()