Searched refs:getFileNameByIndex (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 182 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 646 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() function in DWARFDebugLine::LineTable 693 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
D | DWARFContext.cpp | 450 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 508 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFDebugInfoEntry.cpp | 144 if (LT->getFileNameByIndex( in dumpAttribute()
|