Home
last modified time | relevance | path

Searched refs:getAppleNamesSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h218 virtual const DWARFSection& getAppleNamesSection() = 0;
299 const DWARFSection& getAppleNamesSection() override { return AppleNamesSection; } in getAppleNamesSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp260 dumpAccelSection(OS, "apple_names", getAppleNamesSection(), in dump()