/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyOptions.cpp | 216 llvm::SmallString<128> AbsoluteFilePath(FileName); in getRawOptions() local 218 if (!FS->makeAbsolute(AbsoluteFilePath)) { in getRawOptions() 219 addRawFileOptions(AbsoluteFilePath, RawOptions); in getRawOptions() 313 llvm::SmallString<128> AbsoluteFilePath(FileName); in getRawOptions() local 315 if (FS->makeAbsolute(AbsoluteFilePath)) in getRawOptions() 319 DefaultOptionsProvider::getRawOptions(AbsoluteFilePath.str()); in getRawOptions() 320 addRawFileOptions(AbsoluteFilePath, RawOptions); in getRawOptions()
|
/external/llvm-project/lld/Common/ |
D | DWARF.cpp | 83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName)) in getVariableLoc() 97 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, info)) in getDILineInfo()
|
/external/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 86 enum class FileLineInfoKind { None, Default, AbsoluteFilePath }; enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 41 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath;
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 146 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 142 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in getChildDeclContext()
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 206 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in dump()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 636 if (Kind != FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex() 653 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
|
D | DWARFDebugInfoEntry.cpp | 147 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 76 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in DWARFToGSYMFileIndex() 488 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in verify()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 136 enum class FileLineInfoKind { None, Default, AbsoluteFilePath }; enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 151 AbsoluteFilePath enumerator
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 28 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FNKind); in getDILineInfoSpecifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 41 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FNKind); in getDILineInfoSpecifier()
|
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 281 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
|
/external/llvm-project/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 278 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 281 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
|
/external/llvm-project/clang-tools-extra/clang-move/ |
D | Move.cpp | 113 std::string, AbsoluteFilePath) { in AST_POLYMORPHIC_MATCHER_P() argument 123 AbsoluteFilePath; in AST_POLYMORPHIC_MATCHER_P()
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 194 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in constructDieID()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1385 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() && in getFileNameByIndex() 1389 assert((Kind == FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
|
D | DWARFDie.cpp | 260 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
|
D | DWARFVerifier.cpp | 788 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 261 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
|
D | DWARFDebugLine.cpp | 1057 if (Kind != FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
|
D | DWARFVerifier.cpp | 731 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
|