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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 362 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
506 /// removal of the !dbg attachment, use the \ref setDebugLoc() API.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 252 setDebugLoc(MI.getDebugLoc());
352 setDebugLoc(MI.getDebugLoc());
363 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 715 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
TargetLowering.h 3740 CallLoweringInfo &setDebugLoc(const SDLoc &dl) {

Completed in 56 milliseconds