Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1054 auto ObjCImageInfoItr = ObjCImageInfos.find(&MR.getTargetJITDylib()); in processObjCImageInfo()
1055 if (ObjCImageInfoItr != ObjCImageInfos.end()) { in processObjCImageInfo()
1086 ObjCImageInfos[&MR.getTargetJITDylib()] = {Version, Flags, false}; in processObjCImageInfo()
1489 auto It = ObjCImageInfos.find(&MR.getTargetJITDylib()); in populateObjCRuntimeObject()
1490 if (It != ObjCImageInfos.end()) { in populateObjCRuntimeObject()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h269 DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos; variable