Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp628 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/
DDWARFDebugLine.h193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
199 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,