Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp480 case PCHStorage::Kind::InMemory: in getSize()
692 : StorageKind(Kind::InMemory) { in PCHStorage()
712 case Kind::InMemory: in operator =()
740 assert(getKind() == Kind::InMemory); in asMemory()
756 case Kind::InMemory: in destroy()
838 assert(Storage.getKind() == PCHStorage::Kind::InMemory); in setupPreambleStorage()
/freebsd-13.1/contrib/llvm-project/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.cpp1168 DR.InMemory = -1; in createDefRangeMem()
1293 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges()
2705 if (DefRange.InMemory) { in emitLocalVariable()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h173 enum class Kind { Empty, InMemory, TempFile }; enumerator