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