Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp473 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1233 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h241 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
H A DMachineInstr.h479 const DILabel *getDebugLabel() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp904 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
H A DMachineInstr.cpp846 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr