Home
last modified time | relevance | path

Searched refs:AppleObjCSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h273 DWARFSection AppleObjCSection; variable
302 const DWARFSection& getAppleObjCSection() override { return AppleObjCSection; } in getAppleObjCSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp718 .Case("apple_objc", &AppleObjCSection.Data) in DWARFContextInMemory()
772 .Case("apple_objc", &AppleObjCSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1238 DWARFSectionMap AppleObjCSection; member in __anonddd817f10c11::DWARFObjInMemory
1260 .Case("apple_objc", &AppleObjCSection) in mapNameToDWARFSection()
1568 return AppleObjCSection; in getAppleObjCSection()