HomeSort by relevance Sort by last modified time
    Searched defs:DbgLoc (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 95 DebugLoc DbgLoc;
104 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
115 Builder.SetCurrentDebugLocation(DbgLoc);
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 35 DebugLoc DbgLoc; // 'dbg' Metadata cache.
128 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
177 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/llvm/include/llvm/CodeGen/
FastISel.h 202 DebugLoc DbgLoc;
239 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /external/llvm/include/llvm/IR/
Instruction.h 42 DebugLoc DbgLoc; // 'dbg' Metadata cache.
151 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); }
231 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
234 const DebugLoc &getDebugLoc() const { return DbgLoc; }
IRBuilder.h 214 DebugLoc DbgLoc;
222 DbgLoc(B.getCurrentDebugLocation()) {}
226 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]

Completed in 196 milliseconds