Searched refs:getFileNameByIndex (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 120 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 278 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function 281 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 711 LT->getFileNameByIndex( in createScopes() 714 LT->getFileNameByIndex( in createScopes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 251 if (LT->getFileNameByIndex( in constructDieID() 918 if (LineTable->getFileNameByIndex( in collectStatsForObjectFile()
|
| H A D | llvm-dwarfdump.cpp | 600 Result &= LT.getFileNameByIndex( in collectLineTableSources()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1479 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue 1542 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| H A D | DWARFFormValue.cpp | 764 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
|
| H A D | DWARFContext.cpp | 1697 LT->getFileNameByIndex( in addLocalsForDie() 1808 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFDie.cpp | 137 if (LT->getFileNameByIndex( in dumpAttribute()
|
| H A D | DWARFVerifier.cpp | 1046 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 75 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 194 bool FoundFileName = LineTablePtr->getFileNameByIndex( in getFileName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 202 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()
|