Home
last modified time | relevance | path

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

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