Searched defs:DbgLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h35 DebugLoc DbgLoc; // 'dbg' Metadata cache. member in class:llvm::Instruction
128 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
177 const DebugLoc &getDebugLoc() const { return DbgLoc; }

Completed in 151 milliseconds