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

  /external/llvm/include/llvm/IR/
Instruction.h 36 DebugLoc DbgLoc; // 'dbg' Metadata cache.
129 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
175 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
178 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/llvm/lib/IR/
Metadata.cpp 592 DbgLoc = DebugLoc::getFromDILocation(Node);
646 return DbgLoc.getAsMDNode(getContext());
665 if (!DbgLoc.isUnknown()) {
667 DbgLoc.getAsMDNode(getContext())));
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 62 DbgLoc(B.getCurrentDebugLocation()) {}
64 Builder.SetCurrentDebugLocation(DbgLoc);
75 DebugLoc DbgLoc;
    [all...]

Completed in 227 milliseconds