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

Method setAlignment

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

Source from the content-addressed store, hash-verified

819 void setWeak(bool IsWeak) noexcept { LLVMSetWeak(Ref, IsWeak); }
820 unsigned int getAlignment() noexcept { return LLVMGetAlignment(Ref); }
821 void setAlignment(unsigned int Bytes) noexcept {
822 LLVMSetAlignment(Ref, Bytes);
823 }
824 LLVMAtomicOrdering getOrdering() noexcept { return LLVMGetOrdering(Ref); }
825 void setOrdering(LLVMAtomicOrdering Ordering) noexcept {
826 LLVMSetOrdering(Ref, Ordering);

Callers 11

compileAtomicLoadMethod · 0.80
compileAtomicStoreMethod · 0.80
compileAtomicRMWOpMethod · 0.80
updateInstrCountMethod · 0.80
updateGasMethod · 0.80
updateGasAtTrapMethod · 0.80
compileLoadOpMethod · 0.80
compileStoreOpMethod · 0.80
checkStopMethod · 0.80
createArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected