Searched refs:mModule (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DSource.h33 llvm::Module *mModule; member in class:bcc::Source
35 // If true, destructor won't destroy the mModule.
72 { return *mModule; }
74 { return *mModule; }
H A DLinker.h65 mcld::Module *mModule; member in class:bcc::Linker
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp61 llvm::Module *mModule; member in class:__anon1305::RSMetadataEncoderInternal
117 : mModule(M),
256 mModule->getOrInsertNamedMetadata(RecordInfoMetadataName);
269 if (!EncodeInteger(mModule->getContext(),
279 if (!EncodeInteger(mModule->getContext(),
285 RecordInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext(),
320 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
323 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
328 mVarInfoMetadata = mModule->getOrInsertNamedMetadata(RS_EXPORT_VAR_MN);
330 mVarInfoMetadata->addOperand(llvm::MDNode::get(mModule
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp72 : mLDConfig(NULL), mModule(NULL), mLinker(NULL), mBuilder(NULL),
77 : mLDConfig(NULL), mModule(NULL), mLinker(NULL), mBuilder(NULL),
92 delete mModule;
112 mModule = new mcld::Module(mLDConfig->options().soname());
114 mBuilder = new mcld::IRBuilder(*mModule, *mLDConfig);
169 mLinker->link(*mModule, *mBuilder);
H A DSource.cpp57 if (!mNoDelete && (mModule != pModule)) delete mModule;
58 mModule = pModule;
154 : mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
161 delete mModule;
170 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
206 return mModule->getModuleIdentifier();
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp65 : mLDConfig(NULL), mModule(NULL), mLinker(NULL), mBuilder(NULL),
70 : mLDConfig(NULL), mModule(NULL), mLinker(NULL), mBuilder(NULL),
85 delete mModule;
105 mModule = new mcld::Module(mLDConfig->options().soname());
107 mBuilder = new mcld::IRBuilder(*mModule, *mLDConfig);
162 mLinker->link(*mModule, *mBuilder);
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp63 : mModule(NULL), mBitcode(bitcode), mBitcodeSize(bitcodeSize),
77 : mModule(module), mBitcode(NULL), mBitcodeSize(0), mExportVarCount(0),
403 if (!(mBitcode && mBitcodeSize) && !mModule) {
410 if (!mModule) {
418 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
419 if (!mModule) {
427 mModule->getNamedMetadata(ExportVarMetadataName);
429 mModule->getNamedMetadata(ExportFuncMetadataName);
431 mModule->getNamedMetadata(ExportForEachNameMetadataName);
433 mModule
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp90 :mSoundRef(0), mModule(0)
109 (const hw_module_t **)&mModule) < 0) {
114 ALOGI("Loaded \"%s\" camera module", mModule->common.name);
115 mNumberOfCameras = mModule->get_number_of_cameras();
125 if (mModule->common.module_api_version >=
127 mModule->set_callbacks(this);
209 if (!mModule) {
218 status_t rc = mModule->get_camera_info(cameraId, &info);
226 if (mModule->get_camera_info(cameraId, &info) != OK) {
231 if (mModule
[all...]
H A DCameraService.h330 camera_module_t *mModule; member in class:android::CameraService
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h38 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h58 mcld::Module *mModule; member in class:alone::Linker

Completed in 422 milliseconds