Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp64 OS << WebAssembly::signatureToString(Sym->getSignature()); in emitFunctionType()
95 OS << WebAssembly::typeListToString(Sym->getSignature()->Params); in emitTagType()
H A DWebAssemblyInstPrinter.cpp323 O << WebAssembly::signatureToString(Sym.getSignature()); in printOperand()
361 if (Sym->getSignature()) { in printWebAssemblySignatureOperand()
362 O << WebAssembly::signatureToString(Sym->getSignature()); in printWebAssemblySignatureOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h32 FORWARD_SYMBOL_METHOD(getSignature)
H A DPDBSymbolFunc.h73 getSignature)
H A DIPDBRawSymbol.h128 virtual uint32_t getSignature() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h33 uint32_t getSignature() const;
H A DInfoStream.h38 uint32_t getSignature() const;
H A DInfoStreamBuilder.h48 std::optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
H A DNativeRawSymbol.h107 uint32_t getSignature() const override;
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbolTable.cpp325 const WasmSignature *oldSig = s->getSignature(); in addDefinedFunction()
787 if (*v->getSignature() == *sig) { in getFunctionVariant()
806 assert(*variant->getSignature() == *sig); in getFunctionVariant()
861 replaceWithUnreachable(sym, *sym->getSignature(), debugName); in replaceWithUndefined()
873 if (sym->getSignature()) { in handleWeakUndefines()
H A DRelocations.cpp61 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp298 auto Sig = WasmSym->getSignature(); in typeCheck()
311 const auto *Sig = WasmSym->getSignature(); in typeCheck()
/openbsd-src/gnu/llvm/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 DPDBFileBuilder.cpp357 std::optional<uint32_t> Sig = Info->getSignature(); in commit()
H A DNativeRawSymbol.cpp262 uint32_t NativeRawSymbol::getSignature() const { in getSignature() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h146 uint64_t getSignature() const { return Signature; } in getSignature() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h128 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp154 auto Signature = Symbol.getSignature(); in start()
H A DYAMLOutputStyle.cpp164 Obj.PdbStream->Signature = InfoS.getSignature(); in dumpPDBStream()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp560 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord()
567 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
H A DTypeStreamMerger.cpp492 PCHInfo.emplace(PCHMergerInfo{EP.getSignature(), CurIndex.toArrayIndex()}); in shouldRemapType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h102 uint32_t getSignature() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp313 while (Rows[H].getSignature() != S && Rows[H].Index != nullptr) in getFromHash()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp192 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
738 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry)); in write()

12