Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h65 ObjCClassListSections.push_back(std::move(ObjCClassList)); in addObjCClassListSection()
69 return ObjCClassListSections; in getObjCClassListSections()
81 RawPointerSectionList ObjCClassListSections; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp130 for (const auto &ObjCClassList : ObjCClassListSections) { in registerObjCClasses()