HomeSort by relevance Sort by last modified time
    Searched full:pmodule (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 47 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
82 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) = 0;
84 void initTargetSymbols(IRBuilder& pBuilder, Module& pModule);
119 void doCreateProgramHdrs(Module& pModule);
132 void addEhFrameForPLT(Module& pModule);
164 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
206 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
X86Relocator.h 82 Module& pModule,
101 Module& pModule,
106 Module& pModule,
162 Module& pModule,
167 Module& pModule,
227 Module& pModule,
232 Module& pModule,
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 155 void OutputSectDesc::activate(Module& pModule) {
165 (*it)->activate(pModule);
171 (*assign)->activate(pModule);
188 pModule.getScript().sectionMap().insert(inputDesc, *this);
193 (*assign)->activate(pModule);
AssertCmd.cpp 42 void AssertCmd::activate(Module& pModule) {
43 pModule.getScript().assertions().push_back(*this);
EntryCmd.cpp 31 void EntryCmd::activate(Module& pModule) {
32 LinkerScript& script = pModule.getScript();
OutputCmd.cpp 30 void OutputCmd::activate(Module& pModule) {
31 pModule.getScript().setOutputFile(m_OutputFile);
SearchDirCmd.cpp 31 void SearchDirCmd::activate(Module& pModule) {
32 pModule.getScript().directories().insert(m_Path);
InputSectDesc.cpp 102 void InputSectDesc::activate(Module& pModule) {
103 pModule.getScript().sectionMap().insert(*this, m_OutputSectDesc);
RpnEvaluator.cpp 28 RpnEvaluator::RpnEvaluator(const Module& pModule,
30 : m_Module(pModule), m_Backend(pBackend) {
TernaryOp.cpp 21 const Module& pModule,
34 const Module& pModule,
  /frameworks/compile/libbcc/include/bcc/
Source.h 50 Source(const char* name, BCCContext &pContext, llvm::Module &pModule,
66 llvm::Module &pModule,
82 void setModule(llvm::Module *pModule);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 159 GNUArchiveReader* GNULDBackend::createArchiveReader(Module& pModule) {
161 return new GNUArchiveReader(pModule, *m_pObjectReader);
213 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder, Module& pModule) {
219 Module::iterator iter, iterEnd = pModule.end();
220 for (iter = pModule.begin(); iter != iterEnd; ++iter) {
699 void GNULDBackend::sizeShstrtab(Module& pModule) {
702 Module::const_iterator sect, sectEnd = pModule.end();
703 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
712 void GNULDBackend::sizeNamePools(Module& pModule) {
731 Module::SymbolTable& symbols = pModule.getSymbolTable()
    [all...]
OutputRelocSection.cpp 24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection)
25 : m_Module(pModule),
  /frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h 35 void activate(Module& pModule);
OutputArchCmd.h 35 void activate(Module& pModule);
OutputCmd.h 36 void activate(Module& pModule);
RpnEvaluator.h 25 RpnEvaluator(const Module& pModule, const TargetLDBackend& pBackend);
SearchDirCmd.h 31 void activate(Module& pModule);
AssertCmd.h 44 void activate(Module& pModule);
GroupCmd.h 41 void activate(Module& pModule);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 80 Module& pModule,
86 Module& pModule);
131 Module& pModule,
136 Module& pModule,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 88 void AArch64GNULDBackend::initTargetSections(Module& pModule,
117 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
121 m_pRelaDyn = new OutputRelocSection(pModule, reladyn);
126 Module& pModule) {
235 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
311 void AArch64GNULDBackend::scanErrata(Module& pModule,
317 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
360 bool AArch64GNULDBackend::doRelax(Module& pModule,
372 scanErrata(pModule, pBuilder, num_new_stubs, stubs_strlen)
    [all...]
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 139 hw_module_t *pmodule = NULL; local
142 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
144 m = reinterpret_cast<private_module_t *>(pmodule);
342 hw_module_t *pmodule = NULL; local
345 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
347 m = reinterpret_cast<private_module_t *>(pmodule);
  /external/clang/test/Analysis/
method-arg-decay.m 86 PBXProjectModule *pModule = (PBXProjectModule *)[self moduleForTab:item];
87 PBXModule *obj = [XCFindPossibleKeyModules(pModule, (BOOL)0) objectOfType:type matchingFunction:comparator usingData:data];
  /frameworks/compile/mclinker/lib/Support/
Target.cpp 44 Module& pModule,
48 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle);

Completed in 1276 milliseconds

12 3 4 5