ΒΆconst char* LLVMGetDataLayoutStr(LLVMModuleRef M)

Description

Obtain the data layout for a module. LLVMGetDataLayout is DEPRECATED, as the name is not only incorrect, but match the name of another method on the module. Prefer the use of LLVMGetDataLayoutStr, which is not ambiguous.

Declared at: llvm/include/llvm-c/Core.h:758

Parameters

LLVMModuleRef M