Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp269 llvm::StringRef InputContent) { in readYamlFrom() argument
270 llvm::yaml::Input Yin(InputContent, getUntypedContext(Context)); in readYamlFrom()
DBenchmarkResult.h71 llvm::StringRef InputContent);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp56 Input::Input(StringRef InputContent, void *Ctxt, in Input() argument
58 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) { in Input()
/external/llvm/lib/Support/
DYAMLTraits.cpp47 Input::Input(StringRef InputContent, in Input() argument
52 Strm(new Stream(InputContent, SrcMgr)), in Input()
/external/llvm/include/llvm/Support/
DYAMLTraits.h973 Input(StringRef InputContent,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1061 Input(StringRef InputContent,