Home
last modified time | relevance | path

Searched full:inmemory (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp354 static std::unique_ptr<PCHStorage> inMemory(std::shared_ptr<PCHBuffer> Buf) { in inMemory() function in PrecompiledPreamble::PCHStorage
360 enum class Kind { InMemory, TempFile }; enumerator
363 return Kind::InMemory; in getKind()
373 assert(getKind() == Kind::InMemory); in memoryContents()
417 Storage = PCHStorage::inMemory(Buffer); in Build()
573 case PCHStorage::Kind::InMemory: in getSize()
799 assert(Storage.getKind() == PCHStorage::Kind::InMemory); in setupPreambleStorage()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/
H A Dx_deprecated-META.yml45 Dist::Zilla::File::InMemory: '0'
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A Dx_deprecated-META.json53 "Dist::Zilla::File::InMemory" : "0",
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h57 int InMemory : 1; member
H A DCodeViewDebug.cpp1249 DR.InMemory = -1; in createDefRangeMem()
1384 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges()
2844 if (DefRange.InMemory) { in emitLocalVariable()