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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 56 DebugLoc DbgLoc;
92 DebugLoc getCurDebugLoc() const { return DbgLoc; }
  /external/llvm/include/llvm/IR/
Instruction.h 37 DebugLoc DbgLoc; // 'dbg' Metadata cache.
132 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
193 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
196 const DebugLoc &getDebugLoc() const { return DbgLoc; }
IRBuilder.h 201 DebugLoc DbgLoc;
209 DbgLoc(B.getCurrentDebugLocation()) {}
213 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]

Completed in 107 milliseconds