Home
last modified time | relevance | path

Searched refs:addDIETypeSignature (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h208 void addDIETypeSignature(DIE &Die, uint64_t Signature);
H A DDwarfDebug.cpp3896 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType()
3992 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()
H A DDwarfUnit.cpp393 void DwarfUnit::addDIETypeSignature(DIE &Die, uint64_t Signature) { in addDIETypeSignature() function in DwarfUnit