Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
344 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h166 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1223 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()