Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h223 assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel()) in addMetadata()
DMachineInstr.h297 const DILabel *getDebugLabel() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp634 const DILabel *MachineInstr::getDebugLabel() const { in getDebugLabel() function in MachineInstr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp926 const DILabel *V = MI->getDebugLabel(); in emitDebugLabelComment()