Searched refs:getFileNameByIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 977 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() function in DWARFDebugLine::LineTable 1023 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| H A D | DWARFDie.cpp | 296 if (LT->getFileNameByIndex( in dumpAttribute()
|
| H A D | DWARFContext.cpp | 1022 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1082 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFVerifier.cpp | 752 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.cpp | 194 if (!It->second.LT->getFileNameByIndex( in getVariableLoc()
|