Home
last modified time | relevance | path

Searched refs:InMemory (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp360 enum class Kind { InMemory, TempFile }; enumerator
363 return Kind::InMemory; in getKind()
373 assert(getKind() == Kind::InMemory); in memoryContents()
573 case PCHStorage::Kind::InMemory: in getSize()
799 assert(Storage.getKind() == PCHStorage::Kind::InMemory); in setupPreambleStorage()
/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()