Searched refs:CompDir (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 637 const char *CompDir, in getFileNameByIndex() argument 662 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex() 664 sys::path::append(FilePath, CompDir); in getFileNameByIndex() 674 const char *CompDir, in getFileLineInfoForAddress() argument 683 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir, 199 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
|