Searched refs:addDIETypeSignature (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 214 void addDIETypeSignature(DIE &Die, uint64_t Signature); 216 void addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute,
|
D | DwarfUnit.cpp | 269 void DwarfUnit::addDIETypeSignature(DIE &Die, uint64_t Signature) { in addDIETypeSignature() function in DwarfUnit 280 void DwarfUnit::addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, in addDIETypeSignature() function in DwarfUnit 895 return addDIETypeSignature(Buffer, dwarf::DW_AT_signature, Identifier); in constructTypeDIE()
|
D | DwarfDebug.cpp | 1881 CU.addDIETypeSignature(RefDie, Ins.first->second); in addDwarfTypeUnitType() 1941 CU.addDIETypeSignature(RefDie, Signature); in addDwarfTypeUnitType()
|