Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp73 std::optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument
80 return createYAMLParserFromMeta(Buf, std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
83 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
H A DBitstreamRemarkParser.cpp311 StringRef Buf, std::optional<StringRef> ExternalFilePrependPath) { in createBitstreamParserFromMeta() argument
323 if (ExternalFilePrependPath) in createBitstreamParserFromMeta()
324 Parser->ExternalFilePrependPath = std::string(*ExternalFilePrependPath); in createBitstreamParserFromMeta()
419 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
H A DBitstreamRemarkParser.h76 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
H A DYAMLRemarkParser.cpp99 StringRef Buf, std::optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument
124 if (ExternalFilePrependPath) in createYAMLParserFromMeta()
125 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
H A DYAMLRemarkParser.h95 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h45 std::string ExternalFilePrependPath; member
85 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);