Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp473 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1224 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h241 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
H A DMachineInstr.h454 const DILabel *getDebugLabel() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp899 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
H A DMachineInstr.cpp791 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr