Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp91 std::optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument
98 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
101 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
H A DBitstreamRemarkParser.cpp312 std::optional<StringRef> ExternalFilePrependPath) { in createBitstreamParserFromMeta() argument
326 if (ExternalFilePrependPath) in createBitstreamParserFromMeta()
327 Parser->ExternalFilePrependPath = std::string(*ExternalFilePrependPath); in createBitstreamParserFromMeta()
422 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
H A DYAMLRemarkParser.cpp112 std::optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument
143 if (ExternalFilePrependPath) in createYAMLParserFromMeta()
144 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.h81 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
H A DYAMLRemarkParser.h112 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/llvm-project/llvm/unittests/Remarks/
H A DYAMLRemarksParsingTest.cpp74 std::optional<StringRef> ExternalFilePrependPath = std::nullopt) { in parseExpectErrorMeta() argument
81 std::move(ExternalFilePrependPath)); in parseExpectErrorMeta()