Searched refs:FunctionTypes (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h136 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; }
268 std::vector<uint32_t> FunctionTypes; member in class:llvm::object::WasmObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp359 if (FunctionTypes.size() && !SeenCodeSection) {
405 if (FunctionTypes.size() && !SeenCodeSection) {
518 Signature = &Signatures[FunctionTypes[FuncIndex]];
986 FunctionTypes.reserve(Count);
994 FunctionTypes.push_back(Type);
1109 return Index < NumImportedFunctions + FunctionTypes.size();
1185 if (FunctionCount != FunctionTypes.size()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp381 encodeULEB128(Section.FunctionTypes.size(), OS);
382 for (uint32_t FuncType : Section.FunctionTypes)
H A DWasmYAML.cpp108 IO.mapOptional("FunctionTypes", Section.FunctionTypes);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h291 std::vector<uint32_t> FunctionTypes; member in struct:llvm::WasmYAML::FunctionSection
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp321 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key);
323 // The function type was not found. Allocate one and update FunctionTypes
H A DLLVMContextImpl.h1370 FunctionTypeSet FunctionTypes;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp495 DenseMap<Function *, FunctionType *> FunctionTypes; member in class:__anon3411::BitcodeReader
3273 FunctionTypes[Func] = cast<FunctionType>(FullFTy);
3780 FunctionType *FullFTy = FunctionTypes[F];

Completed in 126 milliseconds