Searched defs:InMemory (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | ModuleCache.cpp | 21 InMemoryModuleCache InMemory; member in __anon3e9d3c010111::CrossProcessModuleCache |
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ | ||
| H A D | InProcessModuleCache.cpp | 60 InMemoryModuleCache InMemory; member in __anond09638f40111::InProcessModuleCache |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
| H A D | CodeViewDebug.h | 60 int InMemory : 1; member |
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ | ||
| H A D | PrecompiledPreamble.cpp | 372 enum class Kind { InMemory, TempFile }; enumerator |