Searched refs:mModule (Results 1 - 7 of 7) 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.
70 { return *mModule; }
72 { return *mModule; }
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp61 llvm::Module *mModule; member in class:__anon1301::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.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.cpp75 :mSoundRef(0), mModule(0)
86 (const hw_module_t **)&mModule) < 0) {
91 mNumberOfCameras = mModule->get_number_of_cameras();
119 if (!mModule) {
128 status_t rc = mModule->get_camera_info(cameraId, &info);
140 if (!mModule) {
184 if (mModule->get_camera_info(cameraId, &info) != OK) {
190 if (mModule->common.module_api_version == CAMERA_MODULE_API_VERSION_2_0) {
210 if (client->initialize(mModule) != OK) {
480 if (!mModule) {
[all...]
H A DCameraService.h160 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/libbcc/lib/Core/
H A DSource.cpp149 : mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
156 delete mModule;
165 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
201 return mModule->getModuleIdentifier();

Completed in 300 milliseconds