Searched refs:GetModulePath (Results 1 – 3 of 3) sorted by relevance
41 std::string GetModulePath(void *moduleOrSymbol) in GetModulePath() function154 std::string moduleName = GetModulePath(&placeholderSymbol); in GetModuleDirectoryAndGetError()239 return GetModulePath(libraryHandle); in GetLibraryPath()
97 string GetModulePath(const CodeModule *module);
233 string OnDemandSymbolSupplier::GetModulePath(const CodeModule *module) { function