Home
last modified time | relevance | path

Searched defs:LoadedModule (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp581 for (const std::string &LoadedModule : LoadedModules) in registerAll() local
588 for (const std::string &LoadedModule : LoadedModules) { in markAllUnavailable() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h800 LoadedModule() in LoadedModule() function