Searched refs:getFileNameByIndex (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 636 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() function in DWARFDebugLine::LineTable 683 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
D | DWARFContext.cpp | 504 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 562 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFDebugInfoEntry.cpp | 144 if (LT->getFileNameByIndex( in dumpAttribute()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1632 if (LT->getFileNameByIndex( in getChildDeclContext()
|