Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp315 addULEB128(Value.getDIELoc().computeSize(AP->getDwarfFormParams())); in hashAttribute()
316 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
DDwarfUnit.h130 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
DDwarfUnit.cpp1290 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()