Searched refs:getDataLayout (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp141 getRSContext()->getDataLayout()->getStructLayout(ParamTy);
164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2);
H A Dslang_rs_context.h118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } function in class:slang::RSContext
H A Dslang_backend.cpp147 if (mpModule->getDataLayout()->getPointerSize() == 4) {
H A Dslang_rs_export_type.cpp864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp156 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout());
204 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout());
256 const llvm::DataLayout *dl = getTargetMachine().getDataLayout();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp425 if (M->getDataLayout() != nullptr)
426 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(),
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp379 if (M->getDataLayout() != nullptr)
380 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(),

Completed in 117 milliseconds