Searched refs:DWOPath (Results 1 – 3 of 3) sorted by relevance
269 DWARFUnit::DWOHolder::DWOHolder(StringRef DWOPath) in DWOHolder() argument271 auto Obj = object::ObjectFile::createObjectFile(DWOPath); in DWOHolder()
487 SmallString<16> DWOPath; in getDWOFilenames() local488 sys::path::append(DWOPath, DWOCompDir, DWOName); in getDWOFilenames()489 DWOPaths.emplace_back(DWOPath.data(), DWOPath.size()); in getDWOFilenames()
134 DWOHolder(StringRef DWOPath);