Home
last modified time | relevance | path

Searched refs:getDebugLabel (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp255 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
DAsmPrinter.cpp949 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h232 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
DMachineInstr.h412 const DILabel *getDebugLabel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp683 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
DMachineInstr.cpp811 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr