Home
last modified time | relevance | path

Searched refs:getFileNameByIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp977 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 DDWARFDie.cpp296 if (LT->getFileNameByIndex( in dumpAttribute()
H A DDWARFContext.cpp1022 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1082 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFVerifier.cpp752 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp194 if (!It->second.LT->getFileNameByIndex( in getVariableLoc()