Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkParser.cpp91 Optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument
98 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
101 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
H A 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()
H A DYAMLRemarkParser.cpp114 Optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument
145 if (ExternalFilePrependPath) in createYAMLParserFromMeta()
146 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.h79 Optional<StringRef> ExternalFilePrependPath = None);
H A DYAMLRemarkParser.h115 Optional<StringRef> ExternalFilePrependPath = None);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp113 std::optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument
144 if (ExternalFilePrependPath) in createYAMLParserFromMeta()
145 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
H A DBitstreamRemarkParser.h81 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
H A DYAMLRemarkParser.h112 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DRemarkParser.h43 std::string ExternalFilePrependPath; member
88 Optional<StringRef> ExternalFilePrependPath = None);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Remarks/
DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Remarks/
DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Remarks/
DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Remarks/
DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Remarks/
H A DRemarkParser.h44 std::string ExternalFilePrependPath; member
89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);