Home
last modified time | relevance | path

Searched defs:setDataLayout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1516 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
1544 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
1567 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
H A DMips.h25 void setDataLayout() { in setDataLayout() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp411 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
415 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h375 SetterImpl &setDataLayout(std::optional<DataLayout> DL) { in setDataLayout() function