Home
last modified time | relevance | path

Searched refs:AbsoluteFilePath (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp185 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 DDWARFDebugLineTest.cpp1992 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp249 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 DClangTidy.cpp284 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 DDWARF.cpp83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName)) in getVariableLoc()
97 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, info)) in getDILineInfo()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp77 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 DDWARFLinkerDeclContext.cpp202 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FileName); in getResolvedPath()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h54 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h148 AbsoluteFilePath enumerator
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp280 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp113 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 Dllvm-symbolizer.cpp401 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1389 if (Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
1394 assert((Kind == FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
H A DDWARFDie.cpp143 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in dumpAttribute()
H A DDWARFContext.cpp1210 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in addLocalsForDie()
1271 Result.FileName = Die.getDeclFile(FileLineInfoKind::AbsoluteFilePath); in getLineInfoForDataAddress()
H A DDWARFVerifier.cpp889 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp486 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources()
H A DStatistics.cpp242 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in constructDieID()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp196 auto absolute = llvm::DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in GetFileByIndex()