Home
last modified time | relevance | path

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

/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 DInfoStreamBuilder.h48 std::optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h146 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/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h936 uint32_t getSignature() const { return Signature; } in getSignature() function
951 uint32_t getSignature() const { return Signature; } in getSignature() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp758 uint32_t DIARawSymbol::getSignature() const { in getSignature() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp427 static std::string getSignature(FunctionType *FTy) { in getSignature() function