Searched refs:getDataLayout (Results 1 – 10 of 10) sorted by relevance
79 const DataLayout *getDataLayout() const { return m_TM.getDataLayout(); } in getDataLayout() function
38 new (std::nothrow) llvm::DataLayout(*(tm.getDataLayout())); in beforeAddCodeGenPasses()
144 getRSContext()->getDataLayout()->getStructLayout(ParamTy); in checkParameterPacketType()167 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2); in checkParameterPacketType()
117 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } in getDataLayout() function
799 return ET->getRSContext()->getDataLayout()->getTypeStoreSize( in GetTypeStoreSize()807 return ET->getRSContext()->getDataLayout()->getTypeAllocSize( in GetTypeAllocSize()
162 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout()); in runLTO()288 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout()); in runCodeGen()
426 if (!M->getDataLayout().empty()) in WriteModuleInfo()427 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
380 if (!M->getDataLayout().empty()) in WriteModuleInfo()381 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
400 if (!M->getDataLayout().empty()) in WriteModuleInfo()401 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
1404 if (const DataLayout *DL = TheTargetMachine.getTM().getDataLayout()) in main()