Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 – 25 of 100) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Dtype_section.yaml7 Signatures:
26 # CHECK: Signatures:
H A Dcode_section.yaml7 Signatures:
61 # CHECK: Signatures:
H A Devent_section.yaml8 Signatures:
55 # CHECK-NEXT: Signatures:
H A Dmultiple-tables.yaml8 Signatures:
69 # CHECK-NEXT: Signatures:
H A Dinvalid_section_order.yaml8 Signatures:
H A Dfunction_section.yaml7 Signatures:
H A Dstart_section.yaml8 Signatures:
H A Dimport_memory_shared.yaml7 Signatures:
H A Dname_section.yaml7 Signatures:
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h26 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable
48 Signatures.push_back(std::move(Sig)); in addSignature()
/llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/
H A Dincompatible_tu_index_version.s42 ## Hash Table of Signatures:
66 ## Hash Table of Signatures:
H A Dunknown-section-id.s88 ## Hash Table of Signatures:
117 ## Hash Table of Signatures:
H A Dincompatible_cu_index_versions.s22 ## Hash Table of Signatures:
/llvm-project-15.0.7/llvm/test/Object/
H A Dwasm-duplicate-name.test8 Signatures:
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dfuncref-from-table.s16 # CHECK-NEXT: Signatures:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/wasm/
H A Dno-codesec.test16 Signatures:
H A Dexecutable-without-symbols.test9 Signatures:
H A Dexecutable-without-symbols-debugnames.test9 Signatures:
/llvm-project-15.0.7/lld/test/wasm/
H A Dtag-section.ll31 ; NOPIC-NEXT: Signatures:
55 ; PIC-NEXT: Signatures:
H A Dfunction-index.test8 CHECK: Signatures:
/llvm-project-15.0.7/lld/test/wasm/Inputs/
H A Dglobals.yaml6 Signatures:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/wasm/
H A Dstrip-all.test17 Signatures:
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/wasm/
H A Dimports.yaml10 Signatures:
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-cu-index-unknown-section.s18 ## Hash Table of Signatures:
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp236 SmallVector<wasm::WasmSignature, 4> Signatures; member in __anon85aef9ab0111::WasmObjectWriter
285 Signatures.clear(); in reset()
330 void writeTypeSection(ArrayRef<wasm::WasmSignature> Signatures);
825 ArrayRef<wasm::WasmSignature> Signatures) { in writeTypeSection() argument
826 if (Signatures.empty()) in writeTypeSection()
832 encodeULEB128(Signatures.size(), W->OS); in writeTypeSection()
834 for (const wasm::WasmSignature &Sig : Signatures) { in writeTypeSection()
1284 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1286 Signatures.push_back(S); in registerFunctionType()
1307 Signatures.push_back(S); in registerTagType()
[all …]

1234