Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1106 auto ObjCImageInfoItr = ObjCImageInfos.find(&MR.getTargetJITDylib()); in processObjCImageInfo()
1107 if (ObjCImageInfoItr != ObjCImageInfos.end()) { in processObjCImageInfo()
1138 ObjCImageInfos[&MR.getTargetJITDylib()] = {Version, Flags, false}; in processObjCImageInfo()
1551 auto It = ObjCImageInfos.find(&MR.getTargetJITDylib()); in populateObjCRuntimeObject()
1552 if (It != ObjCImageInfos.end()) { in populateObjCRuntimeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h288 DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos; variable