Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp580 MM.cacheModuleLoad(*PP.getIdentifierInfo(LoadedModule), in registerAll() local
587 for (const std::string &LoadedModule : LoadedModules) { markAllUnavailable() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h822 LoadedModule() in LoadedModule() function