Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h40 uint64_t TypeSignature; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h360 uint64_t TypeSignature; variable
374 void setTypeSignature(uint64_t Signature) { TypeSignature = Signature; } in setTypeSignature()
H A DDwarfUnit.cpp1785 Asm->OutStreamer->emitIntValue(TypeSignature, sizeof(TypeSignature)); in emitHeader()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp43 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature); in dumpTUList()