Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp474 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory()
H A DAsmPrinter.cpp1031 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h241 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
H A DMachineInstr.h452 const DILabel *getDebugLabel() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp867 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
H A DMachineInstr.cpp838 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr