Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h120 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
258 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function
261 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
/llvm-project-15.0.7/lld/Common/
H A DDWARF.cpp81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp200 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1971 ->Prologue.getFileNameByIndex(
1974 ->Prologue.getFileNameByIndex(
1978 ->Prologue.getFileNameByIndex(
1984 ->Prologue.getFileNameByIndex(
1990 ->Prologue.getFileNameByIndex(
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp75 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1207 LT->getFileNameByIndex( in addLocalsForDie()
1318 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1384 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFDebugLine.cpp1351 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue
1413 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
H A DDWARFFormValue.cpp779 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp141 if (LT->getFileNameByIndex( in dumpAttribute()
H A DDWARFVerifier.cpp887 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp485 Result &= LT.getFileNameByIndex( in collectLineTableSources()
H A DStatistics.cpp240 if (LT->getFileNameByIndex( in constructDieID()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp197 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex()
203 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex()