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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp308 class WebAssemblyPassConfig final : public TargetPassConfig {
310 WebAssemblyPassConfig(WebAssemblyTargetMachine &TM, PassManagerBase &PM) function in class:__anon4388::final
340 return new WebAssemblyPassConfig(*this, PM);
343 FunctionPass *WebAssemblyPassConfig::createTargetRegisterAllocator(bool) {
352 void WebAssemblyPassConfig::addIRPasses() {
397 bool WebAssemblyPassConfig::addInstSelector() {
416 void WebAssemblyPassConfig::addPostRegAlloc() {
438 void WebAssemblyPassConfig::addPreEmitPass() {

Completed in 46 milliseconds