Home
last modified time | relevance | path

Searched refs:getModule (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/compile/libbcc/lib/
H A DScript.cpp50 mLinkRuntimeCallback(this, &mSource->getModule(), in LinkRuntime()
51 &libclcore_source->getModule()); in LinkRuntime()
76 llvm::Module &libclcore_module = libclcore_source->getModule(); in LinkRuntime()
H A DCompiler.cpp283 transformPasses.run(script.getSource().getModule()); in runPasses()
296 codeGenPasses.run(script.getSource().getModule()); in runPasses()
304 llvm::Module &module = script.getSource().getModule(); in compile()
371 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass()
490 llvm::Module &module = script.getSource().getModule(); in screenGlobalFunctions()
518 pPM.run(script.getSource().getModule()); in translateGEPs()
H A DSource.cpp88 return bcinfo::MetadataExtractor(&getModule()).getCompilerVersion(); in getCompilerVersion()
93 const bcinfo::MetadataExtractor &me = bcinfo::MetadataExtractor(&getModule()); in getWrapperInformation()
214 …if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0)… in merge()
H A DRSCompilerDriver.cpp94 bcinfo::MetadataExtractor me(&pScript.getSource().getModule()); in setupConfig()
344 std::unique_ptr<llvm::Module> sourceModule(&source->getModule()); in buildScriptGroup()
/aosp12/build/soong/android/
H A Dnamespace_test.go43 a := getModule(ctx, "a")
44 b := getModule(ctx, "b")
65 a := getModule(ctx, "a")
66 b := getModule(ctx, "b")
138 a := getModule(ctx, "a")
139 b := getModule(ctx, "b")
205 a := getModule(ctx, "a")
206 b := getModule(ctx, "b")
691 func getModule(ctx *TestContext, moduleName string) TestingModule { func
/aosp12/frameworks/compile/libbcc/include/bcc/
H A DSource.h89 inline llvm::Module &getModule() in getModule() function
91 inline const llvm::Module &getModule() const in getModule() function
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.cpp53 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule() function in drm_vts::VendorModules
76 auto module = getModule(path); in getModuleByName()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h59 const Module& getModule() const { return m_Module; } in getModule() function
60 Module& getModule() { return m_Module; } in getModule() function
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/
H A Dvendor_modules.h47 DrmHalVTSVendorModule* getModule(const std::string& path);
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DPolicyAudioPort.h106 sp<HwModule> getModule() const { return mModule; } in getModule() function
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp798 && (primaryOutput->mProfile->getModule() != NULL)) { in isA2dpOffloadedOnPrimary()
799 sp<HwModule> primaryHwModule = primaryOutput->mProfile->getModule(); in isA2dpOffloadedOnPrimary()
/aosp12/build/soong/cmd/soong_build/
H A Dwritedocs.go362 <a href={{$.Name}}.html#{{getModule}}.{{$prop.Name}}>{{$prop.Name}}</a>
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java149 SoundTriggerModule getModule(int moduleId, SoundTrigger.StatusListener statusListener); in getModule() method
297 mModule = mModuleProvider.getModule(mModuleProperties.getId(), this); in prepareForRecognition()
H A DSoundTriggerService.java232 public SoundTriggerModule getModule(int moduleId, in newSoundTriggerHelper() method in SoundTriggerService
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp181 Module& pModule = pBuilder.getModule(); in readSymbols()
677 Module& pModule = pBuilder.getModule(); in readSymbols()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp113 addEhFrameForPLT(pBuilder.getModule()); in doPreLayout()
H A DX86Relocator.cpp247 Module& pModule = pBuilder.getModule(); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp452 Module& pModule = pBuilder.getModule(); in defineSymbolforCopyReloc()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp523 Module::AliasList* alias_list = pBuilder.getModule().getAliasList(pSym); in defineSymbolforCopyReloc()
/aosp12/hardware/interfaces/audio/4.0/config/api/
H A Dcurrent.txt278 method public java.util.List<audio.policy.configuration.V4_0.Modules.Module> getModule();
/aosp12/hardware/interfaces/audio/5.0/config/api/
H A Dcurrent.txt298 method public java.util.List<audio.policy.configuration.V5_0.Modules.Module> getModule();
/aosp12/hardware/interfaces/audio/6.0/config/api/
H A Dcurrent.txt308 method public java.util.List<audio.policy.configuration.V6_0.Modules.Module> getModule();
/aosp12/system/tools/xsdc/tests/resources/enum_type/api/
H A Dcurrent.txt422 method public java.util.List<attr.enumtype.Modules.Module> getModule();
/aosp12/hardware/interfaces/audio/7.0/config/api/
H A Dcurrent.txt479 …Nullable public java.util.List<android.audio.policy.configuration.V7_0.Modules.Module> getModule();
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

12