Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp301 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
302 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h145 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1313 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
344 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h156 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1214 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()