Searched defs:setDataLayout (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | AArch64.cpp | 1516 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo |
H A D | Mips.h | 25 void setDataLayout() { in setDataLayout() function |
/freebsd/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Module.cpp | 411 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module |
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | LLJIT.h | 375 SetterImpl &setDataLayout(std::optional<DataLayout> DL) { in setDataLayout() function |