Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp308 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
309 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h115 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1210 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp300 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
301 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h121 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1260 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()