Home
last modified time | relevance | path

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/
DWasm.h137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes()
267 std::vector<uint32_t> FunctionTypes; variable
/third_party/python/Lib/unittest/
Dmock.py84 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/
DWasmObjectFile.cpp346 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/
DWasmEmitter.cpp381 encodeULEB128(Section.FunctionTypes.size(), OS); in writeSectionContent()
382 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent()
DWasmYAML.cpp108 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h289 std::vector<uint32_t> FunctionTypes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
DLLVMContextImpl.h1330 FunctionTypeSet FunctionTypes;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp497 DenseMap<Function *, FunctionType *> FunctionTypes; member in __anon0b917b540411::BitcodeReader
3227 FunctionTypes[Func] = cast<FunctionType>(FullFTy); in parseFunctionRecord()
3710 FunctionType *FullFTy = FunctionTypes[F]; in parseFunctionBody()