Searched refs:ConditionInit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DRelooper.h67 Branch(const char *ConditionInit, const char *CodeInit = nullptr);
H A DRelooper.cpp148 Branch::Branch(const char *ConditionInit, const char *CodeInit) argument
151 Condition = ConditionInit ? strdup(ConditionInit) : nullptr;

Completed in 125 milliseconds