Home
last modified time | relevance | path

Searched refs:FunctionTypes (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/lld/test/wasm/
Dfunction-index.test20 CHECK: FunctionTypes: [ 0, 1 ]
Dfunction-imports.ll29 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
Dfunction-imports-first.ll28 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
Dalias.s24 # CHECK-NEXT: FunctionTypes: [ 0 ]
Dstack-pointer.ll32 ; CHECK-NEXT: FunctionTypes: [ 0 ]
Dlocal-symbols.ll37 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
Dundefined-weak-call.s52 # CHECK-NEXT: FunctionTypes: [ 0, 0, 1, 2 ]
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
Dbasic-copy.test27 FunctionTypes:
Dadd-section.test40 FunctionTypes:
Dbasic-archive-copy.test54 FunctionTypes:
/external/llvm-project/llvm/test/MC/WebAssembly/
Dtype-index.s42 # BIN-NEXT: FunctionTypes: [ 0 ]
Ddata-section.s49 # BIN-NEXT: FunctionTypes: [ 0 ]
Dassembler-binary.ll59 ; CHECK-NEXT: FunctionTypes: [ 0 ]
Dcomdat.ll46 ; CHECK-NEXT: FunctionTypes: [ 0, 0, 0 ]
/external/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
/external/llvm-project/llvm/test/tools/llvm-readobj/wasm/
Dwasm-imports.test46 FunctionTypes: [ 0 ]
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h140 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes()
276 std::vector<uint32_t> FunctionTypes; variable
/external/llvm/lib/IR/
DType.cpp295 auto I = pImpl->FunctionTypes.find_as(Key); in get()
298 if (I == pImpl->FunctionTypes.end()) { in get()
303 pImpl->FunctionTypes.insert(FT); in get()
/external/pdfium/third_party/pymock/
Dmock.py161 elif not isinstance(func, FunctionTypes):
2188 if isinstance(spec, FunctionTypes):
2207 if isinstance(spec, FunctionTypes) and entry in FunctionAttributes:
2229 if not isinstance(original, FunctionTypes):
2234 if isinstance(spec, FunctionTypes):
2247 if isinstance(new, FunctionTypes):
2296 FunctionTypes = ( variable
/external/python/cpython3/Lib/unittest/
Dmock.py78 if isinstance(obj, FunctionTypes) and hasattr(obj, 'mock'):
95 elif not isinstance(func, FunctionTypes):
2631 if isinstance(spec, FunctionTypes):
2670 if not isinstance(original, FunctionTypes):
2675 if isinstance(spec, FunctionTypes):
2694 if isinstance(new, FunctionTypes):
2717 elif isinstance(result, FunctionTypes):
2740 FunctionTypes = ( variable
/external/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()
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c48 cmsInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()
170 if (abs(Type) == c ->FunctionTypes[i]) return i; in IsInSet()
/external/python/mock/mock/
Dmock.py169 elif not isinstance(func, FunctionTypes):
432 if isinstance(value, FunctionTypes):
2371 if isinstance(spec, FunctionTypes):
2414 if not isinstance(original, FunctionTypes):
2419 if isinstance(spec, FunctionTypes):
2434 if isinstance(new, FunctionTypes):
2483 FunctionTypes = ( variable
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp360 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection()
420 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection()
538 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
1069 FunctionTypes.reserve(Count); in parseFunctionSection()
1077 FunctionTypes.push_back(Type); in parseFunctionSection()
1201 return Index < NumImportedFunctions + FunctionTypes.size(); in isValidFunctionIndex()
1289 if (FunctionCount != FunctionTypes.size()) { in parseCodeSection()
/external/python/cpython2/Lib/test/
D_mock_backport.py88 elif not isinstance(func, FunctionTypes):
2142 if isinstance(spec, FunctionTypes):
2179 if not isinstance(original, FunctionTypes):
2184 if isinstance(spec, FunctionTypes):
2199 if isinstance(new, FunctionTypes):
2254 FunctionTypes = ( variable

123