Home
last modified time | relevance | path

Searched refs:getFileNameByIndex (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h127 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 DDWARFLinkerDeclContext.cpp199 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp258 if (LT->getFileNameByIndex( in dumpAttribute()
577 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); in getDeclFile()
H A DDWARFContext.cpp1192 LT->getFileNameByIndex( in addLocalsForDie()
1288 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1354 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFDebugLine.cpp1347 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue
1408 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
H A DDWARFVerifier.cpp786 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp74 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp202 if (LT->getFileNameByIndex( in constructDieID()