Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp480 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1279 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h242 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
H A DMachineInstr.h506 const DILabel *getDebugLabel() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp905 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
H A DMachineInstr.cpp862 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr