OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlowStringValue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMachineFunctionInfo.h
191
std::vector<
FlowStringValue
> Params;
192
std::vector<
FlowStringValue
> Results;
207
YamlIO.mapOptional("params", MFI.Params, std::vector<
FlowStringValue
>());
208
YamlIO.mapOptional("results", MFI.Results, std::vector<
FlowStringValue
>());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
63
struct
FlowStringValue
: StringValue {
64
FlowStringValue
() = default;
65
FlowStringValue
(std::string Value) : StringValue(std::move(Value)) {}
68
template <> struct ScalarTraits<
FlowStringValue
> {
69
static void output(const
FlowStringValue
&S, void *, raw_ostream &OS) {
73
static StringRef input(StringRef Scalar, void *Ctx,
FlowStringValue
&S) {
182
LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::
FlowStringValue
)
543
std::vector<
FlowStringValue
> Blocks;
561
YamlIO.mapOptional("blocks", Entry.Blocks, std::vector<
FlowStringValue
>());
696
Optional<std::vector<
FlowStringValue
>> CalleeSavedRegisters
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp
325
std::vector<yaml::
FlowStringValue
> CalleeSavedRegisters;
327
yaml::
FlowStringValue
Reg;
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026