Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp308 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
309 hashBlockData(Value.getDIELoc().values()); in hashAttribute()
H A DDwarfUnit.h132 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; } in getDIELoc() function
H A DDwarfUnit.cpp1233 DIELoc *Block = getDIELoc(); in applySubprogramAttributes()