Searched defs:DataLayout (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp456 DataLayout::DataLayout(const Module *M) { function in class:DataLayout
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp198 const llvm::DataLayout &DataLayout; member in struct:__anon508::CGRecordLowering
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h111 class DataLayout { class in namespace:llvm
195 explicit DataLayout(StringRef LayoutDescription) { function in class:llvm::DataLayout
202 DataLayout(const DataLayout &DL) { *this = DL; } function in class:llvm::DataLayout
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h182 std::unique_ptr<llvm::DataLayout> DataLayout; member in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5116 const DataLayout &DataLayout = DAG.getDataLayout(); local
5662 const DataLayout &DataLayout local
[all...]

Completed in 83 milliseconds