Home
last modified time | relevance | path

Searched refs:TypeSignature (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h372 uint64_t TypeSignature; variable
387 void setTypeSignature(uint64_t Signature) { TypeSignature = Signature; } in setTypeSignature()
389 uint64_t getTypeSignature() const { return TypeSignature; } in getTypeSignature()
H A DDwarfUnit.cpp1791 Asm->OutStreamer->emitIntValue(TypeSignature, sizeof(TypeSignature)); in emitHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h40 uint64_t TypeSignature; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp44 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature); in dumpTUList()