Home
last modified time | relevance | path

Searched refs:getDataLayout (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DTargetMachine.h79 const DataLayout *getDataLayout() const { return m_TM.getDataLayout(); } in getDataLayout() function
/frameworks/compile/libbcc/lib/AndroidBitcode/
DABCCompiler.cpp38 new (std::nothrow) llvm::DataLayout(*(tm.getDataLayout())); in beforeAddCodeGenPasses()
/frameworks/compile/slang/
Dslang_rs_export_func.cpp144 getRSContext()->getDataLayout()->getStructLayout(ParamTy); in checkParameterPacketType()
167 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2); in checkParameterPacketType()
Dslang_rs_context.h117 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } in getDataLayout() function
Dslang_rs_export_type.cpp799 return ET->getRSContext()->getDataLayout()->getTypeStoreSize( in GetTypeStoreSize()
807 return ET->getRSContext()->getDataLayout()->getTypeAllocSize( in GetTypeAllocSize()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp162 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout()); in runLTO()
288 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout()); in runCodeGen()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp426 if (!M->getDataLayout().empty()) in WriteModuleInfo()
427 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp380 if (!M->getDataLayout().empty()) in WriteModuleInfo()
381 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp400 if (!M->getDataLayout().empty()) in WriteModuleInfo()
401 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(), in WriteModuleInfo()
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp1404 if (const DataLayout *DL = TheTargetMachine.getTM().getDataLayout()) in main()