Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp216 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/
DDWARF.cpp83 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, fileName)) in getVariableLoc()
97 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, info)) in getDILineInfo()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h86 enum class FileLineInfoKind { None, Default, AbsoluteFilePath }; enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h41 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath;
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp146 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp142 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in getChildDeclContext()
/external/bcc/src/cc/
Dbcc_debug.cc206 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in dump()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp636 if (Kind != FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
653 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
DDWARFDebugInfoEntry.cpp147 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp76 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in DWARFToGSYMFileIndex()
488 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in verify()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h136 enum class FileLineInfoKind { None, Default, AbsoluteFilePath }; enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h151 AbsoluteFilePath enumerator
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp28 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FNKind); in getDILineInfoSpecifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp41 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FNKind); in getDILineInfoSpecifier()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp281 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp278 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp281 {*AddrOrErr, SectionIndex}, Size, FileLineInfoKind::AbsoluteFilePath); in notifyObjectLoaded()
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp113 std::string, AbsoluteFilePath) { in AST_POLYMORPHIC_MATCHER_P() argument
123 AbsoluteFilePath; in AST_POLYMORPHIC_MATCHER_P()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp194 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) in constructDieID()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1385 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() && in getFileNameByIndex()
1389 assert((Kind == FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
DDWARFDie.cpp260 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
DDWARFVerifier.cpp788 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp261 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, File)) { in dumpAttribute()
DDWARFDebugLine.cpp1057 if (Kind != FileLineInfoKind::AbsoluteFilePath || in getFileNameByIndex()
DDWARFVerifier.cpp731 DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, FullPath); in verifyDebugLineRows()

12