Searched refs:mModule (Results 1 - 9 of 9) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp61 llvm::Module *mModule; member in class:__anon1306::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/bcinfo/
H A DMetadataExtractor.cpp65 : mModule(NULL), mBitcode(bitcode), mBitcodeSize(bitcodeSize),
79 : mModule(module), mBitcode(NULL), mBitcodeSize(0), mExportVarCount(0),
407 if (!(mBitcode && mBitcodeSize) && !mModule) {
414 if (!mModule) {
422 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
423 if (!mModule) {
431 mModule->getNamedMetadata(ExportVarMetadataName);
433 mModule->getNamedMetadata(ExportFuncMetadataName);
435 mModule->getNamedMetadata(ExportForEachNameMetadataName);
437 mModule
[all...]
/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.
70 { return *mModule; }
72 { return *mModule; }
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h38 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp57 if (!mNoDelete && (mModule != pModule)) delete mModule;
58 mModule = pModule;
126 : mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
133 delete mModule;
142 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
178 return mModule->getModuleIdentifier();
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h58 mcld::Module *mModule; member in class:alone::Linker
/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(),
108 mBuilder = new mcld::IRBuilder(*mModule, *mLDConfig);
164 mLinker->link(*mModule, *mBuilder);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp93 :mSoundRef(0), mModule(0)
112 (const hw_module_t **)&mModule) < 0) {
117 ALOGI("Loaded \"%s\" camera module", mModule->common.name);
118 mNumberOfCameras = mModule->get_number_of_cameras();
128 if (mModule->common.module_api_version >=
130 mModule->set_callbacks(this);
214 if (!mModule) {
223 status_t rc = mModule->get_camera_info(cameraId, &info);
236 if (!mModule) {
241 if (mModule
[all...]
H A DCameraService.h363 camera_module_t *mModule; member in class:android::CameraService

Completed in 120 milliseconds