Searched refs:getFileNameByIndex (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.cpp | 142 bool FoundFileName = LT->getFileNameByIndex( in getChildDeclContext()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 627 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() function in DWARFDebugLine::LineTable 672 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
D | DWARFContext.cpp | 522 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 580 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFDebugInfoEntry.cpp | 144 if (LT->getFileNameByIndex( in dumpAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 989 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() function in DWARFDebugLine::LineTable 1035 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
D | DWARFDie.cpp | 216 if (LT->getFileNameByIndex( in dumpAttribute()
|
D | DWARFContext.cpp | 993 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1053 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFVerifier.cpp | 614 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1637 if (LT->getFileNameByIndex( in getChildDeclContext()
|