reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
224 bool hasMetadata() const { return DbgLoc || hasMetadataHashEntry(); } 328 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } 331 const DebugLoc &getDebugLoc() const { return DbgLoc; }lib/IR/Metadata.cpp
1228 DbgLoc = DebugLoc(Node); 1270 return DbgLoc.getAsMDNode(); 1285 if (DbgLoc) { 1287 std::make_pair((unsigned)LLVMContext::MD_dbg, DbgLoc.getAsMDNode()));