Home
last modified time | relevance | path

Searched defs:getUnitDie (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h891 DIE &getUnitDie() { return Die; } in getUnitDie() function
892 const DIE &getUnitDie() const { return Die; } in getUnitDie() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp203 const DIE *DIE::getUnitDie() const { in getUnitDie() function in DIE