Searched refs:CompDir (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 182 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir, 188 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 647 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()
|