Searched refs:EmscriptenTargetInfo (Results 1 – 2 of 2) sorted by relevance
618 return new EmscriptenTargetInfo<WebAssembly32TargetInfo>(Triple, Opts); in AllocateTarget()633 return new EmscriptenTargetInfo<WebAssembly64TargetInfo>(Triple, Opts); in AllocateTarget()
935 class LLVM_LIBRARY_VISIBILITY EmscriptenTargetInfo946 explicit EmscriptenTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in EmscriptenTargetInfo() function