Searched refs:getFileNameByIndex (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 199 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 258 if (LT->getFileNameByIndex( in dumpAttribute() 577 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 74 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 202 if (LT->getFileNameByIndex( in constructDieID()
|