Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h141 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes()
277 std::vector<uint32_t> FunctionTypes; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp362 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection()
430 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection()
548 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
1087 FunctionTypes.reserve(Count); in parseFunctionSection()
1095 FunctionTypes.push_back(Type); in parseFunctionSection()
1219 return Index < NumImportedFunctions + FunctionTypes.size(); in isValidFunctionIndex()
1307 if (FunctionCount != FunctionTypes.size()) { in parseCodeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp410 encodeULEB128(Section.FunctionTypes.size(), OS); in writeSectionContent()
411 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent()
H A DWasmYAML.cpp110 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h296 std::vector<uint32_t> FunctionTypes; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp337 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
H A DLLVMContextImpl.h1440 FunctionTypeSet FunctionTypes;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp496 DenseMap<Function *, FunctionType *> FunctionTypes; member in __anonba06ddfc0411::BitcodeReader
3321 FunctionTypes[Func] = cast<FunctionType>(FTy); in parseFunctionRecord()
3875 FunctionType *FTy = FunctionTypes[F]; in parseFunctionBody()