Home
last modified time | relevance | path

Searched refs:preflightElement (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DYAMLTraits.h464 virtual bool preflightElement(unsigned, void *&) = 0;
760 if ( io.preflightElement(i, SaveInfo) ) {
993 bool preflightElement(unsigned index, void *&) override;
1124 bool preflightElement(unsigned, void *&) override;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h519 virtual bool preflightElement(unsigned, void *&) = 0;
847 if ( io.preflightElement(i, SaveInfo) ) {
1081 bool preflightElement(unsigned index, void *&) override;
1222 bool preflightElement(unsigned, void *&) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp223 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { in preflightElement() function in Input
536 bool Output::preflightElement(unsigned, void *&) { in preflightElement() function in Output
/external/llvm/lib/Support/
DYAMLTraits.cpp198 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { in preflightElement() function in Input
522 bool Output::preflightElement(unsigned, void *&) { in preflightElement() function in Output
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h1335 bool preflightElement(unsigned, void *&) override;