Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp85 bool objCRegistrationEnabled() { in objCRegistrationEnabled() function
102 assert(objCRegistrationEnabled() && "ObjC registration not enabled."); in registerObjCSelectors()
116 assert(objCRegistrationEnabled() && "ObjC registration not enabled."); in registerObjCClasses()
H A DLLJIT.cpp565 if (!objCRegistrationEnabled()) in initialize()
577 if (objCRegistrationEnabled()) { in initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h30 bool objCRegistrationEnabled();