Home
last modified time | relevance | path

Searched refs:FlowStringRef (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.h26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF() argument
29 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF()
34 template <> struct ScalarTraits<FlowStringRef> { in LLVM_YAML_STRONG_TYPEDEF()
35 static void output(const FlowStringRef &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF()
36 static StringRef input(StringRef, void *, FlowStringRef &); in LLVM_YAML_STRONG_TYPEDEF()
DTextStub.cpp211 std::vector<FlowStringRef> AllowableClients;
212 std::vector<FlowStringRef> ReexportedLibraries;
213 std::vector<FlowStringRef> Symbols;
214 std::vector<FlowStringRef> Classes;
215 std::vector<FlowStringRef> ClassEHs;
216 std::vector<FlowStringRef> IVars;
217 std::vector<FlowStringRef> WeakDefSymbols;
218 std::vector<FlowStringRef> TLVSymbols;
223 std::vector<FlowStringRef> Symbols;
224 std::vector<FlowStringRef> Classes;
[all …]
DTextStubCommon.cpp21 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output()
25 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input()
26 FlowStringRef &Out) { in input()
29 QuotingType ScalarTraits<FlowStringRef>::mustQuote(StringRef Name) { in mustQuote()