Home
last modified time | relevance | path

Searched defs:PCM (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h31 struct PCM { struct
34 /// Track whether this PCM is known to be good (either built or argument
39 PCM() = default; argument
40 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer) in PCM() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp35 auto &PCM = PCMs[Filename]; in addBuiltPCM() local
63 auto &PCM = I->second; in tryToDropPCM() local
77 auto &PCM = I->second; in finalizePCM() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2660 SmallString<0> PCM; in getOrCreateModuleRef() local