Home
last modified time | relevance | path

Searched refs:PCM (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp35 auto &PCM = PCMs[Filename]; in addBuiltPCM() local
36 assert(!PCM.IsFinal && "Trying to override finalized PCM?"); in addBuiltPCM()
37 assert(!PCM.Buffer && "Trying to override tentative PCM?"); in addBuiltPCM()
38 PCM.Buffer = std::move(Buffer); in addBuiltPCM()
39 PCM.IsFinal = true; in addBuiltPCM()
40 return *PCM.Buffer; in addBuiltPCM()
63 auto &PCM = I->second; in tryToDropPCM() local
64 assert(PCM.Buffer && "PCM to remove is scheduled to be built..."); in tryToDropPCM()
66 if (PCM.IsFinal) in tryToDropPCM()
69 PCM.Buffer.reset(); in tryToDropPCM()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h30 struct PCM { struct
38 PCM() = default; argument
39 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer) in PCM() function
44 llvm::StringMap<PCM> PCMs;
/openbsd-src/usr.bin/file/magdir/
H A Driff38 >>20 leshort 1 \b, Microsoft PCM
148 >>>>>>>>(92.l+180) leshort 0x0001 uncompressed PCM
163 >>>>>>>>(92.l+188) leshort 0x0001 uncompressed PCM
213 >>20 leshort 1 \b, Microsoft PCM
H A Daudio14 >12 belong 2 8-bit linear PCM [REF-PCM],
16 >12 belong 3 16-bit linear PCM,
18 >12 belong 4 24-bit linear PCM,
20 >12 belong 5 32-bit linear PCM,
52 >12 lelong 2 8-bit linear PCM [REF-PCM],
54 >12 lelong 3 16-bit linear PCM,
56 >12 lelong 4 24-bit linear PCM,
58 >12 lelong 5 32-bit linear PCM,
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DPropertyAliases.txt191 PCM ; Prepended_Concatenation_Mark
H A DPropValueAliases.txt1238 # Prepended_Concatenation_Mark (PCM)
1240 PCM; N ; No ; F …
1241 PCM; Y ; Yes ; T …
H A Dmktables.lst455 lib/PCM/Y.pl
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs151 product ALLIEDTELESIS LA_PCM 0x0002 Allied Telesis LA-PCM
254 product IODATA2 WNB11PCM 0x0002 I-O DATA WN-B11/PCM
263 product KINGSTON KNE_PCM 0x0001 Kingston KNE-PCM
/openbsd-src/gnu/llvm/clang/docs/
H A DToolchain.rst47 :doc:`precompiled module file (PCM) <Modules>`,
H A DStandardCPlusPlusModules.rst759 For header units, use ``-fmodule-file`` to include the relevant PCM file for each header unit.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2778 SmallString<0> PCM; in getOrCreateModuleRef() local
2781 PCM = getCurrentDirname(); in getOrCreateModuleRef()
2783 PCM = Mod.getPath(); in getOrCreateModuleRef()
2785 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()
2790 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperluniprops.pod4827 \p{PCM} \p{Prepended_Concatenation_Mark} (=
4829 \p{PCM: *} \p{Prepended_Concatenation_Mark: *}
4906 Y} (Short: \p{PCM}) (13)
4907 \p{Prepended_Concatenation_Mark: N*} (Short: \p{PCM=N}, \P{PCM})
4912 \p{Prepended_Concatenation_Mark: Y*} (Short: \p{PCM=Y}, \p{PCM})
7497 PCM Prepended_Concatenation_Mark
7522 Prepended_Concatenation_Mark (Short: PCM). U+0600..0605, U+06DD,
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2367 HelpText<"Validate PCM input files based on content if mtime differs">;
6223 HelpText<"Accept a PCM file that was created with compiler errors">,