Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp315 addULEB128(Value.getDIELoc().computeSize(AP->getDwarfFormParams())); in hashAttribute()
316 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
H A DDwarfUnit.h144 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
H A DDwarfUnit.cpp1324 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()