Searched refs:addDIETypeSignature (Results 1 – 3 of 3) sorted by relevance
208 void addDIETypeSignature(DIE &Die, uint64_t Signature);
3896 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType()3992 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()
393 void DwarfUnit::addDIETypeSignature(DIE &Die, uint64_t Signature) { in addDIETypeSignature() function in DwarfUnit