Home
last modified time | relevance | path

Searched defs:InMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleCache.cpp21 InMemoryModuleCache InMemory; member in __anon3e9d3c010111::CrossProcessModuleCache
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp60 InMemoryModuleCache InMemory; member in __anond09638f40111::InProcessModuleCache
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h60 int InMemory : 1; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp372 enum class Kind { InMemory, TempFile }; enumerator