Home
last modified time | relevance | path

Searched refs:getAppleNamespacesSection (Results 1 – 8 of 8) 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/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-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h77 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 __anon364ae1e80d11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp689 DObj->getAppleNamespacesSection().Data)) in dump()
1026 DObj->getAppleNamespacesSection(), in getAppleNamespaces()
2041 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection() function in __anon4c77b2ee1011::DWARFObjInMemory
DDWARFVerifier.cpp1618 if (!D.getAppleNamespacesSection().Data.empty()) in handleAccelTables()
1619 NumErrors += verifyAppleAccelTable(&D.getAppleNamespacesSection(), &StrData, in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp268 dumpAccelSection(OS, "apple_namespaces", getAppleNamespacesSection(), in dump()