Searched refs:getOsLibraryFuncAddress (Results 1 – 1 of 1) sorted by relevance
38 void *getOsLibraryFuncAddress(void *Library, const std::string &FunctionName) { return dlsym(Librar… in getOsLibraryFuncAddress() function111 void *OclocVersionHandle = getOsLibraryFuncAddress(OclocLibrary, "oclocVersion"); in compileToSPIRV()131 CompileToSPIRVHandle = getOsLibraryFuncAddress(OclocLibrary, "oclocInvoke"); in compileToSPIRV()133 FreeSPIRVOutputsHandle = getOsLibraryFuncAddress(OclocLibrary, "oclocFreeOutput"); in compileToSPIRV()