Home
last modified time | relevance | path

Searched refs:getAppleNamespacesSection (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h70 virtual const DWARFSection &getAppleNamespacesSection() const { in getAppleNamespacesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp575 DObj->getAppleNamespacesSection().Data)) in dump()
797 DObj->getAppleNamespacesSection(), in getAppleNamespaces()
1564 const DWARFSection &getAppleNamespacesSection() const override { in getAppleNamespacesSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp1338 if (!D.getAppleNamespacesSection().Data.empty()) in handleAccelTables()
1339 NumErrors += verifyAppleAccelTable(&D.getAppleNamespacesSection(), &StrData, in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp268 dumpAccelSection(OS, "apple_namespaces", getAppleNamespacesSection(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp2277 !DwarfObj.getAppleNamespacesSection().Data.empty() || in updateAccelKind()