Home
last modified time | relevance | path

Searched refs:ExternalFilePrependPath (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkParser.cpp91 Optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument
98 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
101 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
DBitstreamRemarkParser.cpp311 Optional<StringRef> ExternalFilePrependPath) { in createBitstreamParserFromMeta() argument
325 if (ExternalFilePrependPath) in createBitstreamParserFromMeta()
326 Parser->ExternalFilePrependPath = *ExternalFilePrependPath; in createBitstreamParserFromMeta()
421 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
DYAMLRemarkParser.cpp114 Optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument
145 if (ExternalFilePrependPath) in createYAMLParserFromMeta()
146 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
DBitstreamRemarkParser.h79 Optional<StringRef> ExternalFilePrependPath = None);
DYAMLRemarkParser.h115 Optional<StringRef> ExternalFilePrependPath = None);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkParser.h43 std::string ExternalFilePrependPath; member
88 Optional<StringRef> ExternalFilePrependPath = None);