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.h393 uint64_t TypeSignature; variable
408 void setTypeSignature(uint64_t Signature) { TypeSignature = Signature; } in setTypeSignature()
410 uint64_t getTypeSignature() const { return TypeSignature; } in getTypeSignature()
H A DDwarfUnit.cpp2106 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()