Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp423 encodeULEB128(Section.FunctionTypes.size(), OS); in writeSectionContent()
424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent()
H A DWasmYAML.cpp112 IO.mapOptional("FunctionTypes", Section.FunctionTypes); in sectionMapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h313 std::vector<uint32_t> FunctionTypes; member
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp265 FuncSec->FunctionTypes.push_back(Func.SigIndex); in dump()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp373 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
H A DLLVMContextImpl.h1527 FunctionTypeSet FunctionTypes;