Home
last modified time | relevance | path

Searched refs:getAppleNamespacesSection (Results 1 – 2 of 2) 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/lib/DebugInfo/DWARF/
DDWARFContext.cpp268 dumpAccelSection(OS, "apple_namespaces", getAppleNamespacesSection(), in dump()