| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyTargetStreamer.cpp | 64 OS << WebAssembly::signatureToString(Sym->getSignature()); in emitFunctionType() 95 OS << WebAssembly::typeListToString(Sym->getSignature()->Params); in emitTagType()
|
| H A D | WebAssemblyInstPrinter.cpp | 323 O << WebAssembly::signatureToString(Sym.getSignature()); in printOperand() 361 if (Sym->getSignature()) { in printWebAssemblySignatureOperand() 362 O << WebAssembly::signatureToString(Sym->getSignature()); in printWebAssemblySignatureOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolExe.h | 32 FORWARD_SYMBOL_METHOD(getSignature)
|
| H A D | PDBSymbolFunc.h | 73 getSignature)
|
| H A D | IPDBRawSymbol.h | 128 virtual uint32_t getSignature() const = 0;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CodeCompletionStrings.h | 47 void getSignature(const CodeCompletionString &CCS, std::string *Signature,
|
| H A D | CodeCompletionStrings.cpp | 97 void getSignature(const CodeCompletionString &CCS, std::string *Signature, in getSignature() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 33 uint32_t getSignature() const;
|
| H A D | InfoStream.h | 38 uint32_t getSignature() const;
|
| H A D | InfoStreamBuilder.h | 49 Optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
|
| H A D | NativeRawSymbol.h | 107 uint32_t getSignature() const override;
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SymbolTable.cpp | 317 const WasmSignature *oldSig = s->getSignature(); in addDefinedFunction() 772 if (*v->getSignature() == *sig) { in getFunctionVariant() 791 assert(*variant->getSignature() == *sig); in getFunctionVariant() 846 replaceWithUnreachable(sym, *sym->getSignature(), debugName); in replaceWithUndefined() 858 if (sym->getSignature()) { in handleWeakUndefines()
|
| H A D | Relocations.cpp | 61 f->stubFunction = symtab->createUndefinedStub(*f->getSignature()); in reportUndefined()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.h | 132 uint64_t getSignature() const { return Signature; } in getSignature() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InfoStream.cpp | 105 uint32_t InfoStream::getSignature() const { in getSignature() function in InfoStream
|
| H A D | PDBStringTable.cpp | 24 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature() function in PDBStringTable
|
| H A D | PDBFileBuilder.cpp | 357 Optional<uint32_t> Sig = Info->getSignature(); in commit()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 298 auto Sig = WasmSym->getSignature(); in typeCheck() 311 const auto *Sig = WasmSym->getSignature(); in typeCheck()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 128 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | CodeCompletionStringsTests.cpp | 30 getSignature(CCS, &Signature, &Snippet, /*RequiredQualifier=*/nullptr, in computeSignature()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 154 auto Signature = Symbol.getSignature(); in start()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DebugTypes.cpp | 480 auto it = ctx.precompSourceMappings.find(pr.getSignature()); in findPrecompSource() 497 if (pr.getSignature() != file->pchSignature) in findPrecompMap() 502 if (pr.getSignature() != *precomp->file->pchSignature) in findPrecompMap()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 562 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord() 569 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 102 uint32_t getSignature() const override;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 292 while (Rows[H].getSignature() != S && Rows[H].Index != nullptr) in getFromHash()
|