| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDieTest.cpp | 185 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in TEST() 291 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in TEST() 396 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in TEST() 518 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in TEST() 640 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in TEST()
|
| H A D | DWARFDebugLineTest.cpp | 1992 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyOptions.cpp | 249 llvm::SmallString<128> AbsoluteFilePath(FileName); in getRawOptions() local 251 if (!FS->makeAbsolute(AbsoluteFilePath)) { in getRawOptions() 252 addRawFileOptions(AbsoluteFilePath, RawOptions); in getRawOptions() 347 llvm::SmallString<128> AbsoluteFilePath(FileName); in getRawOptions() local 349 if (FS->makeAbsolute(AbsoluteFilePath)) in getRawOptions() 353 DefaultOptionsProvider::getRawOptions(AbsoluteFilePath.str()); in getRawOptions() 354 addRawFileOptions(AbsoluteFilePath, RawOptions); in getRawOptions()
|
| H A D | ClangTidy.cpp | 284 SmallString<128> AbsoluteFilePath{Range.FilePath}; in getRange() local 285 Files.makeAbsolutePath(AbsoluteFilePath); in getRange() 286 SourceLocation BeginLoc = getLocation(AbsoluteFilePath, Range.FileOffset); in getRange()
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | DWARF.cpp | 83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName)) in getVariableLoc() 97 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, info)) in getDILineInfo()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 77 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in DWARFToGSYMFileIndex() 265 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath); in convertFunctionLineTable() 508 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in verify()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 202 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FileName); in getResolvedPath()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 54 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 148 AbsoluteFilePath enumerator
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 280 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 113 std::string, AbsoluteFilePath) { in AST_POLYMORPHIC_MATCHER_P() argument 123 AbsoluteFilePath; in AST_POLYMORPHIC_MATCHER_P()
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 401 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1389 if (Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex() 1394 assert((Kind == FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
|
| H A D | DWARFDie.cpp | 143 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in dumpAttribute()
|
| H A D | DWARFContext.cpp | 1210 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in addLocalsForDie() 1271 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
|
| H A D | DWARFVerifier.cpp | 889 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 486 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources()
|
| H A D | Statistics.cpp | 242 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in constructDieID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 196 auto absolute = llvm::DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in GetFileByIndex()
|