Home
last modified time | relevance | path

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

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