Searched refs:getFileNameByIndex (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 127 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 265 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function 268 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 199 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 262 if (LT->getFileNameByIndex( in dumpAttribute() 592 LineTable->getFileNameByIndex( in getDeclFile()
|
| H A D | DWARFContext.cpp | 1192 LT->getFileNameByIndex( in addLocalsForDie() 1288 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1354 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFDebugLine.cpp | 1347 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue 1408 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| H A D | DWARFVerifier.cpp | 786 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 74 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 202 if (LT->getFileNameByIndex( in constructDieID()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 214 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex() 220 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex()
|