Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDYAMLTraits.h500 virtual void postflightKey(void*) = 0;
619 this->postflightKey(SaveInfo);
635 this->postflightKey(SaveInfo);
649 this->postflightKey(SaveInfo);
990 void postflightKey(void *) override;
1125 void postflightKey(void *) override;
/NextBSD/contrib/llvm/lib/Support/
HDYAMLTraits.cpp157 void Input::postflightKey(void *saveInfo) { in postflightKey() function in Input
460 void Output::postflightKey(void *) { in postflightKey() function in Output