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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h67 int InMemory : 1; member in struct:llvm::CodeViewDebug::LocalVarDefRange
85 return InMemory != O.InMemory || DataOffset != O.DataOffset ||
H A DCodeViewDebug.cpp1133 DR.InMemory = -1;
1255 DR.InMemory = !Location->LoadChain.empty();
2641 if (DefRange.InMemory) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp403 case PCHStorage::Kind::InMemory:
593 : StorageKind(Kind::InMemory) {
613 case Kind::InMemory:
641 assert(getKind() == Kind::InMemory);
657 case Kind::InMemory:
738 assert(Storage.getKind() == PCHStorage::Kind::InMemory);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h164 enum class Kind { Empty, InMemory, TempFile }; member in class:clang::PrecompiledPreamble::PCHStorage::Kind

Completed in 126 milliseconds