Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h198 virtual const DWARFSection& getAppleObjCSection() = 0;
270 const DWARFSection& getAppleObjCSection() override { return AppleObjCSection; } in getAppleObjCSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp247 dumpAccelSection(OS, "apple_objc", getAppleObjCSection(), in dump()