Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGVMaterializer.h26 class StructType; variable
DTypeFinder.h24 class StructType; variable
DConstants.h48 class StructType; variable
DDerivedTypes.h239 StructType(LLVMContext &C) : CompositeType(C, StructTyID) {} in StructType() function
DModule.h52 class StructType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h17 class StructType; variable
DIRMover.h21 class StructType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h68 class StructType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp161 Type *StructType = PType->getElementType(); in handleByValParam() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h23 class StructType; variable
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto115 message StructType { message
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h200 StructType(LLVMContext &C) in StructType() function
/third_party/skia/src/sksl/ir/
DSkSLType.cpp328 class StructType final : public Type { class
332 StructType(int line, skstd::string_view name, std::vector<Field> fields) in StructType() function in SkSL::StructType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h41 class StructType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp233 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1216 for (const auto &StructType : StructTypes) { in endModule() local