Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp951 auto ObjCImageInfoBlocks = ObjCImageInfo->blocks(); in processObjCImageInfo() local
954 if (ObjCImageInfoBlocks.empty()) in processObjCImageInfo()
960 if (std::next(ObjCImageInfoBlocks.begin()) != ObjCImageInfoBlocks.end()) in processObjCImageInfo()
980 auto &ObjCImageInfoBlock = **ObjCImageInfoBlocks.begin(); in processObjCImageInfo()