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.cpp1090 auto ObjCImageInfoItr = ObjCImageInfos.find(&MR.getTargetJITDylib()); in processObjCImageInfo()
1091 if (ObjCImageInfoItr != ObjCImageInfos.end()) { in processObjCImageInfo()
1122 ObjCImageInfos[&MR.getTargetJITDylib()] = {Version, Flags, false}; in processObjCImageInfo()
1535 auto It = ObjCImageInfos.find(&MR.getTargetJITDylib()); in populateObjCRuntimeObject()
1536 if (It != ObjCImageInfos.end()) { in populateObjCRuntimeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h283 DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos; variable