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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h40 uint64_t TypeSignature; member in struct:llvm::DWARFGdbIndex::TypeUnitEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h343 uint64_t TypeSignature; member in class:llvm::final
357 void setTypeSignature(uint64_t Signature) { TypeSignature = Signature; }
H A DDwarfUnit.cpp1713 Asm->OutStreamer->emitIntValue(TypeSignature, sizeof(TypeSignature));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp43 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature);

Completed in 158 milliseconds