Lines Matching defs:DWPName
281 std::string DWPName;
286 DWPName(std::move(DWP)) {}
554 SmallString<128> DWPName;
556 this->DWPName.empty()
557 ? (DObj.getFileName() + ".dwp").toStringRef(DWPName)
558 : StringRef(this->DWPName));
745 std::string DWPName,
753 State = std::make_unique<ThreadSafeState>(*this, DWPName);
755 State = std::make_unique<ThreadUnsafeDWARFContextState>(*this, DWPName);
2444 const LoadedObjectInfo *L, std::string DWPName,
2451 std::move(DWPName),