Home
last modified time | relevance | path

Searched refs:WebAssemblyAddMissingPrototypes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp35 class WebAssemblyAddMissingPrototypes final : public ModulePass { class
49 WebAssemblyAddMissingPrototypes() : ModulePass(ID) {} in WebAssemblyAddMissingPrototypes() function in __anon9cf068cd0111::WebAssemblyAddMissingPrototypes
53 char WebAssemblyAddMissingPrototypes::ID = 0;
54 INITIALIZE_PASS(WebAssemblyAddMissingPrototypes, DEBUG_TYPE,
58 return new WebAssemblyAddMissingPrototypes(); in createWebAssemblyAddMissingPrototypes()
61 bool WebAssemblyAddMissingPrototypes::runOnModule(Module &M) { in runOnModule()
H A DCMakeLists.txt18 WebAssemblyAddMissingPrototypes.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn34 "WebAssemblyAddMissingPrototypes.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6761 llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp