Searched defs:IncludeDir (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp653 const char *IncludeDir = ""; local
657 IncludeDir = Prologue.IncludeDirectories[IncludeDirIndex - 1];
661 // absolute path at this point would be if IncludeDir is absolute.
663 sys::path::is_relative(IncludeDir))
667 sys::path::append(FilePath, IncludeDir, FileName);

Completed in 190 milliseconds