Lines Matching defs:DWPName
283 std::string DWPName;
288 DWPName(std::move(DWP)) {}
556 SmallString<128> DWPName;
558 this->DWPName.empty()
559 ? (DObj.getFileName() + ".dwp").toStringRef(DWPName)
560 : StringRef(this->DWPName));
747 std::string DWPName,
755 State = std::make_unique<ThreadSafeState>(*this, DWPName);
757 State = std::make_unique<ThreadUnsafeDWARFContextState>(*this, DWPName);
2443 const LoadedObjectInfo *L, std::string DWPName,
2450 std::move(DWPName),