Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp372 enum class Kind { InMemory, TempFile }; enumerator
375 return Kind::InMemory; in getKind()
385 assert(getKind() == Kind::InMemory); in memoryContents()
586 case PCHStorage::Kind::InMemory: in getSize()
812 assert(Storage.getKind() == PCHStorage::Kind::InMemory); in setupPreambleStorage()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h60 int InMemory : 1; member
H A DCodeViewDebug.cpp1265 DR.InMemory = -1; in createDefRangeMem()
1408 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges()
2877 if (DefRange.InMemory) { in emitLocalVariable()