Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.cpp717 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
745 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
768 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
DMips.h25 void setDataLayout() { in setDataLayout() function
/external/llvm/lib/IR/
DModule.cpp376 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
380 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp363 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
367 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/llvm-project/llvm/lib/IR/
DModule.cpp391 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
395 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h302 SetterImpl &setDataLayout(Optional<DataLayout> DL) { in setDataLayout() function
/external/clang/lib/Basic/
DTargets.cpp5994 void setDataLayout() override { in setDataLayout() function in __anon6f485c4e0111::AArch64leTargetInfo
6014 void setDataLayout() override { in setDataLayout() function in __anon6f485c4e0111::AArch64beTargetInfo
7091 void setDataLayout() { in setDataLayout() function in __anon6f485c4e0111::MipsTargetInfo