Home
last modified time | relevance | path

Searched refs:createWebAssemblyTargetCodeGenInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp170 CodeGen::createWebAssemblyTargetCodeGenInfo(CodeGenModule &CGM, in createWebAssemblyTargetCodeGenInfo() function in CodeGen
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h555 createWebAssemblyTargetCodeGenInfo(CodeGenModule &CGM, WebAssemblyABIKind K);
H A DCodeGenModule.cpp163 return createWebAssemblyTargetCodeGenInfo(CGM, Kind); in createTargetCodeGenInfo()