Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp431 encodeULEB128(Section.FunctionTypes.size(), OS); in writeSectionContent()
432 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent()
H A DWasmYAML.cpp115 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h316 std::vector<uint32_t> FunctionTypes; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp381 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
H A DLLVMContextImpl.h1774 FunctionTypeSet FunctionTypes;