Home
last modified time | relevance | path

Searched refs:DWOPath (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp269 DWARFUnit::DWOHolder::DWOHolder(StringRef DWOPath) in DWOHolder() argument
271 auto Obj = object::ObjectFile::createObjectFile(DWOPath); in DWOHolder()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp487 SmallString<16> DWOPath; in getDWOFilenames() local
488 sys::path::append(DWOPath, DWOCompDir, DWOName); in getDWOFilenames()
489 DWOPaths.emplace_back(DWOPath.data(), DWOPath.size()); in getDWOFilenames()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h134 DWOHolder(StringRef DWOPath);