Home
last modified time | relevance | path

Searched refs:postflightElement (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDYAMLTraits.h487 virtual void postflightElement(void*) = 0;
787 io.postflightElement(SaveInfo);
996 void postflightElement(void *) override;
1131 void postflightElement(void *) override;
/NextBSD/contrib/llvm/lib/Support/
HDYAMLTraits.cpp209 void Input::postflightElement(void *SaveInfo) { in postflightElement() function in Input
513 void Output::postflightElement(void *) { in postflightElement() function in Output