Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h182 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
188 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp647 const char *CompDir, in getFileNameByIndex() argument
672 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
674 sys::path::append(FilePath, CompDir); in getFileNameByIndex()
684 const char *CompDir, in getFileLineInfoForAddress() argument
693 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()