Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp611 auto DWOFileName = getVersion() >= 5 in parseDWO() local
614 if (!DWOFileName) in parseDWO()
618 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
622 sys::path::append(AbsolutePath, *DWOFileName); in parseDWO()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp927 std::optional<const char *> DWOFileName = in createScopes() local
931 StringRef From(DWOFileName.value_or("")); in createScopes()