Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h220 virtual const DWARFSection& getAppleNamespacesSection() = 0;
301 const DWARFSection& getAppleNamespacesSection() override { return AppleNamespacesSection; } in getAppleNamespacesSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h76 virtual const DWARFSection &getAppleNamespacesSection() const { in getAppleNamespacesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h74 virtual const DWARFSection &getAppleNamespacesSection() const { in getAppleNamespacesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1462 if (!D.getAppleNamespacesSection().Data.empty()) in handleAccelTables()
1463 NumErrors += verifyAppleAccelTable(&D.getAppleNamespacesSection(), &StrData, in handleAccelTables()
DDWARFContext.cpp636 DObj->getAppleNamespacesSection().Data)) in dump()
856 DObj->getAppleNamespacesSection(), in getAppleNamespaces()
1866 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection() function in __anonb929a5320d11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp685 DObj->getAppleNamespacesSection().Data)) in dump()
914 DObj->getAppleNamespacesSection(), in getAppleNamespaces()
1930 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
DDWARFVerifier.cpp1518 if (!D.getAppleNamespacesSection().Data.empty()) in handleAccelTables()
1519 NumErrors += verifyAppleAccelTable(&D.getAppleNamespacesSection(), &StrData, in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp268 dumpAccelSection(OS, "apple_namespaces", getAppleNamespacesSection(), in dump()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2250 !DwarfObj.getAppleNamespacesSection().Data.empty() || in updateAccelKind()