HomeSort by: relevance | last modified time | path
    Searched defs:getDebugLoc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp 109 static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI,
112 if (MII->getDebugLoc().get())
113 return MII->getDebugLoc();
134 BuildMI(MF, getDebugLoc(FirstMI, LastMI), TII->get(TargetOpcode::BUNDLE));
LiveDebugVariables.cpp 492 const DebugLoc &getDebugLoc() { return dl; }
525 const DebugLoc &getDebugLoc() { return dl; }
828 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc());
852 auto &DL = MI.getDebugLoc();
868 const DebugLoc &DL = MI.getDebugLoc();
1586 ->isValidLocationForIntrinsic(getDebugLoc()) &&
1619 BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode), IsIndirect, MOs,
1634 BuildMI(*MBB, I, getDebugLoc(), TII.get(TargetOpcode::DBG_LABEL))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 214 const DebugLoc &getDebugLoc() const { return DL; }
254 const DebugLoc &getDebugLoc() const { return DL; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 365 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 418 const DebugLoc &getDebugLoc() const { return debugLoc; }
SelectionDAGNodes.h 211 inline const DebugLoc &getDebugLoc() const;
711 const DebugLoc &getDebugLoc() const { return debugLoc; }
1085 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
1090 DL = I->getDebugLoc();
1094 const DebugLoc &getDebugLoc() const { return DL; }
1161 inline const DebugLoc &SDValue::getDebugLoc() const {
1162 return Node->getDebugLoc();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 252 setDebugLoc(MI.getDebugLoc());
352 setDebugLoc(MI.getDebugLoc());
366 const DebugLoc &getDebugLoc() { return State.DL; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 421 getDebugLoc()->dump(OS, getRegisterInfo(), *DObj, LLDumpOpts, *Off);
799 const DWARFDebugLoc *DWARFContext::getDebugLoc() {

Completed in 56 milliseconds