Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp396 case PCHStorage::Kind::InMemory: in getSize()
583 : StorageKind(Kind::InMemory) { in PCHStorage()
603 case Kind::InMemory: in operator =()
631 assert(getKind() == Kind::InMemory); in asMemory()
647 case Kind::InMemory: in destroy()
728 assert(Storage.getKind() == PCHStorage::Kind::InMemory); in setupPreambleStorage()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h67 int InMemory : 1; member
85 return InMemory != O.InMemory || DataOffset != O.DataOffset || in isDifferentLocation()
H A DCodeViewDebug.cpp1089 DR.InMemory = -1; in createDefRangeMem()
1199 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges()
2588 if (DefRange.InMemory) { in emitLocalVariable()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h173 enum class Kind { Empty, InMemory, TempFile }; enumerator