Home
last modified time | relevance | path

Searched defs:Sig (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp50 void WebAssemblyAsmTypeCheck::funcDecl(const wasm::WasmSignature &Sig) { in funcDecl() argument
173 const wasm::WasmSignature &Sig) { in checkSig() argument
347 const auto *Sig = WasmSym->getSignature(); typeCheck() local
378 auto Sig = WasmSym->getSignature(); typeCheck() local
[all...]
H A DWebAssemblyAsmTypeCheck.h59 void setLastSig(const wasm::WasmSignature &Sig) { LastSig = Sig; } in setLastSig()
H A DWebAssemblyAsmParser.cpp232 wasm::WasmSignature Sig; global() member
290 addSignature(std::unique_ptr<wasm::WasmSignature> && Sig) addSignature() argument
321 push(NestingType NT,wasm::WasmSignature Sig=wasm::WasmSignature ()) push() argument
343 auto Sig = NestingStack.back().Sig; popAndPushWithSameSignature() local
485 wasm::WasmSignature Sig({static_cast<wasm::ValType>(BT)}, {}); addBlockTypeOperand() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslmain.c376 int Sig) in AslSignalHandler() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.cpp96 S += typeListToString(Sig->Returns); in signatureToString() argument
/freebsd-src/tools/test/stress2/testcases/shm/
H A Dshm.c119 Sig(int i) { in Sig() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h47 addSignature(std::unique_ptr<wasm::WasmSignature> && Sig) addSignature() argument
H A DWebAssemblyAsmPrinter.cpp134 getEmscriptenInvokeSymbolName(wasm::WasmSignature * Sig) getEmscriptenInvokeSymbolName() argument
153 getMCSymbolForFunction(const Function * F,bool EnableEmEH,wasm::WasmSignature * Sig,bool & InvokeDetected) getMCSymbolForFunction() argument
[all...]
H A DWebAssemblyMachineFunctionInfo.cpp117 auto Sig = std::make_unique<wasm::WasmSignature>(); signatureFromMVTs() local
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp434 std::string Sig; getSignature() local
583 std::string Sig = getSignature(CalleeFTy); getInvokeWrapper() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp55 PdbRaw_FeatureSig Sig; in reload() local
H A DInfoStreamBuilder.cpp33 void InfoStreamBuilder::addFeature(PdbRaw_FeatureSig Sig) { in addFeature()
H A DPDBFileBuilder.cpp367 std::optional<uint32_t> Sig = Info->getSignature(); in commit() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp250 mcdxbc::Signature Sig; writeParts() local
H A DWasmEmitter.cpp368 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent() local
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp482 const FunctionSignatureNode *Sig = in outputPre() local
497 const FunctionSignatureNode *Sig = in outputPre() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h129 SpecSig Sig; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h129 setSignature(wasm::WasmSignature * Sig) setSignature() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp272 for (auto &Sig : Signatures) init() local
305 for (const auto &Sig : SignatureTable) print() local
/freebsd-src/usr.sbin/pppctl/
H A Dpppctl.c95 Timeout(int Sig) in Timeout()
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp836 encodeULEB128(Sig.Returns.size(), W->OS); in writeTypeSection() local
1278 if (auto *Sig = Symbol.getSignature()) { registerFunctionType() local
1299 if (auto *Sig = Symbol.getSignature()) { registerTagType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp329 if (std::optional<uint64_t> Sig = Attr->getAsReferenceUVal()) { resolveTypeUnitReference() local
H A DDWARFVerifier.cpp427 uint64_t Sig = E.getSignature(); verifyIndex() local

12