Home
last modified time | relevance | path

Searched refs:getSignature (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp62 OS << WebAssembly::signatureToString(Sym->getSignature()); in emitFunctionType()
93 OS << WebAssembly::typeListToString(Sym->getSignature()->Params); in emitTagType()
H A DWebAssemblyInstPrinter.cpp346 O << WebAssembly::signatureToString(Sym.getSignature()); in printOperand()
384 if (Sym->getSignature()) { in printWebAssemblySignatureOperand()
385 O << WebAssembly::signatureToString(Sym->getSignature()); in printWebAssemblySignatureOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp298 bool WebAssemblyAsmTypeCheck::getSignature(SMLoc ErrorLoc, in getSignature() function in llvm::WebAssemblyAsmTypeCheck
306 Sig = WasmSym->getSignature(); in getSignature()
358 if (!getSignature(ErrorLoc, Inst.getOperand(OpIdx++), in checkTryTable()
562 if (!getSignature(Operands[1]->getStartLoc(), Inst.getOperand(0), in typeCheck()
625 if (!getSignature(Operands[1]->getStartLoc(), Inst.getOperand(0), in typeCheck()
651 if (!getSignature(Operands[1]->getStartLoc(), Inst.getOperand(0), in typeCheck()
H A DWebAssemblyAsmTypeCheck.h83 bool getSignature(SMLoc ErrorLoc, const MCOperand &SigOp,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h33 FORWARD_SYMBOL_METHOD(getSignature)
H A DPDBSymbolFunc.h74 getSignature)
H A DIPDBRawSymbol.h129 virtual uint32_t getSignature() const = 0;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h46 ASTFileSignature getSignature() const { return Signature; } in getSignature() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h34 LLVM_ABI uint32_t getSignature() const;
H A DInfoStream.h39 LLVM_ABI uint32_t getSignature() const;
H A DInfoStreamBuilder.h50 std::optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
H A DNativeRawSymbol.h108 uint32_t getSignature() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp105 uint32_t InfoStream::getSignature() const { in getSignature() function in InfoStream
H A DPDBStringTable.cpp24 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature() function in PDBStringTable
H A DNativeRawSymbol.cpp262 uint32_t NativeRawSymbol::getSignature() const { in getSignature() function in NativeRawSymbol
H A DPDBFileBuilder.cpp366 std::optional<uint32_t> Sig = Info->getSignature(); in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h150 uint64_t getSignature() const { return Signature; } in getSignature() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h131 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp154 auto Signature = Symbol.getSignature(); in start()
H A DYAMLOutputStyle.cpp173 Obj.PdbStream->Signature = InfoS.getSignature(); in dumpPDBStream()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp426 W.printHex("Signature", Precomp.getSignature()); in loadPrecompiledObject()
486 if (Precomp.getSignature() != EndPrecomp.getSignature()) in loadPrecompiledObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp561 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord()
568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
H A DTypeStreamMerger.cpp492 PCHInfo.emplace(PCHMergerInfo{EP.getSignature(), CurIndex.toArrayIndex()}); in shouldRemapType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h102 uint32_t getSignature() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp313 while (Rows[H].getSignature() != S && Rows[H].Index != nullptr) in getFromHash()

12