Searched refs:FunctionTypes (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Wasm.h | 137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() 267 std::vector<uint32_t> FunctionTypes; variable
|
| /third_party/python/Lib/unittest/ |
| D | mock.py | 84 if isinstance(obj, FunctionTypes) and hasattr(obj, 'mock'): 107 elif not isinstance(func, FunctionTypes): 2723 if isinstance(spec, FunctionTypes): 2762 if not isinstance(original, FunctionTypes): 2767 if isinstance(spec, FunctionTypes): 2786 if isinstance(new, FunctionTypes): 2809 elif isinstance(result, FunctionTypes): 2832 FunctionTypes = ( variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | WasmObjectFile.cpp | 346 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection() 392 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection() 505 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab() 942 FunctionTypes.reserve(Count); in parseFunctionSection() 950 FunctionTypes.push_back(Type); in parseFunctionSection() 1065 return Index < NumImportedFunctions + FunctionTypes.size(); in isValidFunctionIndex() 1141 if (FunctionCount != FunctionTypes.size()) { in parseCodeSection()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | WasmEmitter.cpp | 381 encodeULEB128(Section.FunctionTypes.size(), OS); in writeSectionContent() 382 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent()
|
| D | WasmYAML.cpp | 108 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | WasmYAML.h | 289 std::vector<uint32_t> FunctionTypes; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Type.cpp | 311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
|
| D | LLVMContextImpl.h | 1330 FunctionTypeSet FunctionTypes;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 497 DenseMap<Function *, FunctionType *> FunctionTypes; member in __anon0b917b540411::BitcodeReader 3227 FunctionTypes[Func] = cast<FunctionType>(FullFTy); in parseFunctionRecord() 3710 FunctionType *FullFTy = FunctionTypes[F]; in parseFunctionBody()
|