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 | 119 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 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 | 908 LT->getFileNameByIndex( in createScopes() 911 LT->getFileNameByIndex( in createScopes()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 251 if (LT->getFileNameByIndex( in constructDieID() 916 if (LineTable->getFileNameByIndex( in collectStatsForObjectFile()
|
H A D | llvm-dwarfdump.cpp | 586 Result &= LT.getFileNameByIndex( in collectLineTableSources()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1426 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue 1488 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 | 1699 LT->getFileNameByIndex( in addLocalsForDie() 1809 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 | 1012 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 78 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 197 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()
|