MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setTarget

Method setTarget

lib/llvm/llvm.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324 const char *getTarget() noexcept { return LLVMGetTarget(Ref); }
325 void setTarget(const char *Triple) noexcept { LLVMSetTarget(Ref, Triple); }
326 inline Value addFunction(Type Ty, LLVMLinkage Linkage,
327 const char *Name = "") noexcept;
328 inline Value addGlobal(Type Ty, bool IsConstant, LLVMLinkage Linkage,

Callers 1

compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected