Home
last modified time | relevance | path

Searched refs:getDIEBlock (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp298 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
299 hashBlockData(Value.getDIEBlock().values()); in hashAttribute()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp340 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
341 hashBlockData(Value.getDIEBlock().values()); in hashAttribute()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h101 DIEBlock *getDIEBlock() { in getDIEBlock() function
DDwarfCompileUnit.cpp969 DIEBlock *Block = getDIEBlock(); in getOrCreateSubprogramDIE()