Searched refs:CompDir (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 628 const char *CompDir, in getFileNameByIndex() argument 653 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex() 655 sys::path::append(FilePath, CompDir); in getFileNameByIndex() 664 uint64_t Address, const char *CompDir, FileLineInfoKind Kind, in getFileLineInfoForAddress() argument 672 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,
|