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.h362 uint32_t SigIndex; member
371 uint32_t SigIndex; member
385 uint32_t SigIndex; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp556 Signature = &Signatures[F.SigIndex]; in parseNameSection()
734 Signature = &Signatures[Function.SigIndex]; in parseLinkingSectionSymtab()
745 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
860 Signature = &Signatures[Tag.SigIndex]; in parseLinkingSectionSymtab()
872 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
1274 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1275 if (Im.SigIndex >= NumTypes) in parseImportSection()
1306 Im.SigIndex = readVaruint32(Ctx); in parseImportSection()
1307 if (Im.SigIndex >= NumTypes) in parseImportSection()
1333 F.SigIndex = Type; in parseFunctionSection()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp73 uint32_t SigIndex; member
863 encodeULEB128(Import.SigIndex, W->OS); in writeImportSection()
880 encodeULEB128(Import.SigIndex, W->OS); in writeImportSection()
899 encodeULEB128(Func.SigIndex, W->OS); in writeFunctionSection()
1387 Import.SigIndex = getFunctionType(WS); in prepareImports()
1411 Import.SigIndex = getTagType(WS); in prepareImports()
1605 Func.SigIndex = getFunctionType(WS); in writeOneObject()
1714 uint32_t SigIndex = getTagType(WS); in writeOneObject()
1717 TagTypes.push_back(SigIndex); in writeOneObject()
1696 uint32_t SigIndex = getTagType(WS); writeOneObject() local
/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.cpp400 IO.mapRequired("SigIndex", Import.SigIndex); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h95 uint32_t SigIndex; member