Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h321 uint32_t SigIndex; member
330 uint32_t SigIndex; member
344 uint32_t SigIndex; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp650 Signature = &Signatures[Function.SigIndex]; in parseLinkingSectionSymtab()
661 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
776 Signature = &Signatures[Tag.SigIndex]; in parseLinkingSectionSymtab()
788 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
1147 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1148 if (Im.SigIndex >= NumTypes) in parseImportSection()
1177 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1178 if (Im.SigIndex >= NumTypes) in parseImportSection()
1204 F.SigIndex = Type; in parseFunctionSection()
1265 Tag.SigIndex = Type; in parseTagSection()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp74 uint32_t SigIndex; member
868 encodeULEB128(Import.SigIndex, W->OS); in writeImportSection()
885 encodeULEB128(Import.SigIndex, W->OS); in writeImportSection()
904 encodeULEB128(Func.SigIndex, W->OS); in writeFunctionSection()
1376 Import.SigIndex = getFunctionType(WS); in prepareImports()
1400 Import.SigIndex = getTagType(WS); in prepareImports()
1595 Func.SigIndex = getFunctionType(WS); in writeOneObject()
1704 uint32_t SigIndex = getTagType(WS); in writeOneObject() local
1707 TagTypes.push_back(SigIndex); in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp393 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
403 encodeULEB128(Import.SigIndex, OS); in writeSectionContent()
H A DWasmYAML.cpp397 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h95 uint32_t SigIndex; member