Searched refs:getFileNameByIndex (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 119 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 257 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function 260 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
|
| /openbsd-src/gnu/llvm/lld/Common/ |
| H A D | DWARF.cpp | 81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 200 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 893 LT->getFileNameByIndex( in createScopes() 896 LT->getFileNameByIndex( in createScopes()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 76 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1276 LT->getFileNameByIndex( in addLocalsForDie() 1386 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1452 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFDebugLine.cpp | 1353 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue 1415 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| H A D | DWARFFormValue.cpp | 782 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
|
| H A D | DWARFDie.cpp | 136 if (LT->getFileNameByIndex( in dumpAttribute()
|
| H A D | DWARFVerifier.cpp | 887 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 498 Result &= LT.getFileNameByIndex( in collectLineTableSources()
|
| H A D | Statistics.cpp | 240 if (LT->getFileNameByIndex( in constructDieID()
|
| /openbsd-src/gnu/llvm/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()
|