Home
last modified time | relevance | path

Searched refs:getFunctionPtrAlignType (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/IR/
DDataLayoutTest.cpp31 DataLayout("").getFunctionPtrAlignType()); in TEST()
33 DataLayout("Fi8").getFunctionPtrAlignType()); in TEST()
35 DataLayout("Fn8").getFunctionPtrAlignType()); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h282 FunctionPtrAlignType getFunctionPtrAlignType() const { in getFunctionPtrAlignType() function
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h290 FunctionPtrAlignType getFunctionPtrAlignType() const { in getFunctionPtrAlignType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp680 switch (DL.getFunctionPtrAlignType()) { in getPointerAlignment()
/external/llvm-project/llvm/lib/IR/
DValue.cpp788 switch (DL.getFunctionPtrAlignType()) { in getPointerAlignment()