Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h119 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function
264 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp908 LT->getFileNameByIndex( in createScopes()
911 LT->getFileNameByIndex( in createScopes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp251 if (LT->getFileNameByIndex( in constructDieID()
916 if (LineTable->getFileNameByIndex( in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp586 Result &= LT.getFileNameByIndex( in collectLineTableSources()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1426 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue
1488 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
H A DDWARFFormValue.cpp764 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFContext.cpp1699 LT->getFileNameByIndex( in addLocalsForDie()
1809 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFDie.cpp137 if (LT->getFileNameByIndex( in dumpAttribute()
H A DDWARFVerifier.cpp1012 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp78 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp197 bool FoundFileName = LineTablePtr->getFileNameByIndex( in getFileName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp202 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex()
208 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex()