Searched refs:InMemory (Results 1 – 4 of 4) sorted by relevance
396 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()
67 int InMemory : 1; member85 return InMemory != O.InMemory || DataOffset != O.DataOffset || in isDifferentLocation()
1089 DR.InMemory = -1; in createDefRangeMem()1199 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges()2588 if (DefRange.InMemory) { in emitLocalVariable()
173 enum class Kind { Empty, InMemory, TempFile }; enumerator