Home
last modified time | relevance | path

Searched refs:AnonStructTypes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp340 auto I = pImpl->AnonStructTypes.find_as(Key); in get()
343 if (I == pImpl->AnonStructTypes.end()) { in get()
348 Context.pImpl->AnonStructTypes.insert(ST); in get()
DLLVMContextImpl.h1306 StructTypeSet AnonStructTypes;
/external/llvm/lib/IR/
DType.cpp334 auto I = pImpl->AnonStructTypes.find_as(Key); in get()
337 if (I == pImpl->AnonStructTypes.end()) { in get()
342 Context.pImpl->AnonStructTypes.insert(ST); in get()
DLLVMContextImpl.h1122 StructTypeSet AnonStructTypes;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h185 std::map<std::vector<Type*>, StructType*> AnonStructTypes; variable
DType.cpp390 StructType *&ST = Context.pImpl->AnonStructTypes[Key]; in get()