Searched refs:WasmIncrementalExecutor (Results 1 – 3 of 3) sorted by relevance
61 WasmIncrementalExecutor::WasmIncrementalExecutor( in WasmIncrementalExecutor() function in clang::WasmIncrementalExecutor65 llvm::Error WasmIncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule()131 llvm::Error WasmIncrementalExecutor::removeModule(PartialTranslationUnit &PTU) { in removeModule()136 llvm::Error WasmIncrementalExecutor::runCtors() const { in runCtors()141 llvm::Error WasmIncrementalExecutor::cleanUp() { in cleanUp()148 WasmIncrementalExecutor::getSymbolAddress(llvm::StringRef Name, in getSymbolAddress()160 WasmIncrementalExecutor::~WasmIncrementalExecutor() = default;
24 class WasmIncrementalExecutor : public IncrementalExecutor {26 WasmIncrementalExecutor(llvm::orc::ThreadSafeContext &TSC);36 ~WasmIncrementalExecutor() override;
667 auto Executor = std::make_unique<WasmIncrementalExecutor>(*TSCtx); in CreateExecutor()