Searched refs:getFileNameByIndex (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 120 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 D | DWARF.cpp | 81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 200 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 1971 ->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 D | DwarfTransformer.cpp | 75 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1207 LT->getFileNameByIndex( in addLocalsForDie() 1318 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1384 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFDebugLine.cpp | 1351 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue 1413 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| H A D | DWARFFormValue.cpp | 779 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
|
| H A D | DWARFDie.cpp | 141 if (LT->getFileNameByIndex( in dumpAttribute()
|
| H A D | DWARFVerifier.cpp | 887 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 485 Result &= LT.getFileNameByIndex( in collectLineTableSources()
|
| H A D | Statistics.cpp | 240 if (LT->getFileNameByIndex( in constructDieID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 197 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()
|