Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dlto-comp-dir.ll6 ; 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 path
29 ; full paths are always emitted in this case, never comp_dir relative.
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-paths.s11 # CHECK: /comp_dir{{/|\\}}relative{{/|\\}}2.cc:2:1
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp799 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local
801 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()
H A DSymbolFileDWARF.cpp1731 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local
1733 if (!comp_dir) in GetDwoSymbolFileForCompileUnit()
1736 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()
1805 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local
1807 if (comp_dir) { in UpdateExternalModuleListIfNeeded()
1808 dwo_module_spec.GetFileSpec().SetFile(comp_dir, in UpdateExternalModuleListIfNeeded()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def292 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)