Home
last modified time | relevance | path

Searched refs:PathResolver (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.h26 class PathResolver final {
28 NO_COPY_SEMANTIC(PathResolver);
29 NO_MOVE_SEMANTIC(PathResolver);
31 explicit PathResolver(DebugInfoStorage &debugInfoStorage) : debugInfoStorage_(debugInfoStorage) {} in PathResolver() function in ark::es2panda::evaluate::final
33 ~PathResolver() = default;
H A DpathResolver.cpp23 void PathResolver::FindImportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, in FindImportedFunctions()
47 void PathResolver::FindExportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, in FindExportedFunctions()
85 std::string_view PathResolver::FindNamedImportAll(std::string_view filePath, std::string_view bindingName) in FindNamedImportAll()
108 std::optional<EntityInfo> PathResolver::FindImportedEntity(std::string_view filePath, std::string_view entityName) in FindImportedEntity()
136 std::optional<EntityInfo> PathResolver::FindExportedEntity(std::string_view filePath, std::string_view entityName) in FindExportedEntity()
H A DscopedDebugInfoPlugin.h88 PathResolver *GetPathResolver() in GetPathResolver()
93 const PathResolver *GetPathResolver() const in GetPathResolver()
204 PathResolver pathResolver_;

Completed in 2 milliseconds