Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp262 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp940 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h228 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
H A DMachineInstr.h395 const DILabel *getDebugLabel() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp800 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr