Home
last modified time | relevance | path

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

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