Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp924 llvm::SmallString<128> dll_fullpath; in ParseDependentModules() local
928 if (!llvm::sys::fs::real_path(dll_specs.GetPath(), dll_fullpath)) in ParseDependentModules()
929 m_deps_filespec->EmplaceBack(dll_fullpath); in ParseDependentModules()