Home
last modified time | relevance | path

Searched defs:getSignature (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h46 ASTFileSignature getSignature() const { return Signature; } in getSignature() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h48 std::optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
/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
/llvm-project/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp119 void getSignature(const CodeCompletionString &CCS, std::string *Signature, in getSignature() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h146 uint64_t getSignature() const { return Signature; } in getSignature() function
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h131 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
/llvm-project/lld/wasm/
H A DSymbols.cpp119 const WasmSignature *Symbol::getSignature() const { getSignature() function in lld::wasm::Symbol
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h936 uint32_t getSignature() const { return Signature; } getSignature() function
951 uint32_t getSignature() const { return Signature; } getSignature() function
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp758 uint32_t DIARawSymbol::getSignature() const { in getSignature() function in DIARawSymbol
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp427 static std::string getSignature(FunctionType *FTy) { in getSignature() function