Searched refs:comp_dir (Results 1 – 5 of 5) sorted by relevance
6 ; unambiguously rely on the comp_dir of their owning CU and use directory '0'27 ; comp_dir is ambiguous and relying on it would lead to different path29 ; full paths are always emitted in this case, never comp_dir relative.
11 # CHECK: /comp_dir{{/|\\}}relative{{/|\\}}2.cc:2:1
799 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local801 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle()803 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()804 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
1731 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local1733 if (!comp_dir) in GetDwoSymbolFileForCompileUnit()1736 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()1805 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local1807 if (comp_dir) { in UpdateExternalModuleListIfNeeded()1808 dwo_module_spec.GetFileSpec().SetFile(comp_dir, in UpdateExternalModuleListIfNeeded()
292 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)