Home
last modified time | relevance | path

Searched defs:pModule (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/compile/mclinker/lib/Script/
DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval()
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval()
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval()
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval()
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
[all …]
DUnaryOp.cpp27 const Module& pModule, in eval()
36 const Module& pModule, in eval()
45 const Module& pModule, in eval()
54 const Module& pModule, in eval()
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, in eval()
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
115 const Module& pModule, in eval()
123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
131 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule, in eval()
[all …]
DNullaryOp.cpp20 const Module& pModule, in eval()
29 const Module& pModule, in eval()
38 const Module& pModule, in eval()
DTernaryOp.cpp21 const Module& pModule, in eval()
34 const Module& pModule, in eval()
DSearchDirCmd.cpp31 void SearchDirCmd::activate(Module& pModule) { in activate()
DOutputArchCmd.cpp28 void OutputArchCmd::activate(Module& pModule) { in activate()
DOutputCmd.cpp30 void OutputCmd::activate(Module& pModule) { in activate()
DEntryCmd.cpp31 void EntryCmd::activate(Module& pModule) { in activate()
DAssertCmd.cpp42 void AssertCmd::activate(Module& pModule) { in activate()
DOutputFormatCmd.cpp45 void OutputFormatCmd::activate(Module& pModule) { in activate()
DInputSectDesc.cpp102 void InputSectDesc::activate(Module& pModule) { in activate()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) { in link()
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) { in normalize()
165 bool Linker::resolve(Module& pModule) { in resolve()
255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit()
289 bool Linker::emit(const Module& pModule, int pFileDescriptor) { in emit()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h62 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) {} in initTargetSections()
63 virtual void initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {} in initTargetSymbols()
119 virtual void preMergeSections(Module& pModule) { } in preMergeSections()
122 virtual void postMergeSections(Module& pModule) { } in postMergeSections()
125 virtual bool mergeSection(Module& pModule, in mergeSection()
135 const Module& pModule, in setUpReachedSectionsForGC()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp83 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
121 Module& pModule) { in initTargetSymbols()
230 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout()
307 bool AArch64GNULDBackend::doRelax(Module& pModule, in doRelax()
319 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule) { in doCreateProgramHdrs()
328 bool AArch64GNULDBackend::mergeSection(Module& pModule, in mergeSection()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp81 void ARMGNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
129 void ARMGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols()
257 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout()
400 void ARMGNULDBackend::preMergeSections(Module& pModule) { in preMergeSections()
405 void ARMGNULDBackend::postMergeSections(Module& pModule) { in postMergeSections()
413 bool ARMGNULDBackend::mergeSection(Module& pModule, in mergeSection()
485 const Module& pModule, in setUpReachedSectionsForGC()
638 bool ARMGNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { in relax()
647 bool ARMGNULDBackend::doRelax(Module& pModule, in doRelax()
799 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule) { in doCreateProgramHdrs()
DARMException.cpp49 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule) { in scanInputExceptionSections()
68 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule, in scanInputExceptionSections()
198 CreateLocalSymbolToFragmentEnd(mcld::Module& pModule, mcld::Fragment& pFrag) { in CreateLocalSymbolToFragmentEnd()
227 void ARMGNULDBackend::rewriteARMExIdxSection(Module& pModule) { in rewriteARMExIdxSection()
/frameworks/compile/libbcc/lib/Core/
DSource.cpp55 void Source::setModule(llvm::Module *pModule) { in setModule()
113 Source *Source::CreateFromModule(BCCContext &pContext, const char* name, llvm::Module &pModule, in CreateFromModule()
131 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, in Source()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp159 GNUArchiveReader* GNULDBackend::createArchiveReader(Module& pModule) { in createArchiveReader()
213 bool GNULDBackend::initStandardSymbols(IRBuilder& pBuilder, Module& pModule) { in initStandardSymbols()
699 void GNULDBackend::sizeShstrtab(Module& pModule) { in sizeShstrtab()
712 void GNULDBackend::sizeNamePools(Module& pModule) { in sizeNamePools()
914 void GNULDBackend::emitRegNamePools(const Module& pModule, in emitRegNamePools()
982 void GNULDBackend::emitDynNamePools(Module& pModule, in emitDynNamePools()
1292 void GNULDBackend::orderSymbolTable(Module& pModule) { in orderSymbolTable()
1503 bool GNULDBackend::allocateCommonSymbols(Module& pModule) { in allocateCommonSymbols()
1739 void GNULDBackend::createProgramHdrs(Module& pModule) { in createProgramHdrs()
2031 void GNULDBackend::setupGNUStackInfo(Module& pModule) { in setupGNUStackInfo()
[all …]
DOutputRelocSection.cpp24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) in OutputRelocSection()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp118 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout()
402 void HexagonLDBackend::initTargetSections(Module& pModule, in initTargetSections()
473 void HexagonLDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols()
544 bool HexagonLDBackend::doRelax(Module& pModule, in doRelax()
661 bool HexagonLDBackend::mergeSection(Module& pModule, in mergeSection()
715 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) { in allocateCommonSymbols()
998 void HexagonLDBackend::doCreateProgramHdrs(Module& pModule) { in doCreateProgramHdrs()
DHexagonRelocator.cpp197 Module& pModule, in scanRelocation()
237 Module& pModule, in scanLocalReloc()
288 Module& pModule, in scanGlobalReloc()
452 Module& pModule = pBuilder.getModule(); in defineSymbolforCopyReloc() local
476 Module& pModule) { in partialScanRelocation()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp88 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
104 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols()
208 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout()
289 void MipsGNULDBackend::orderSymbolTable(Module& pModule) { in orderSymbolTable()
466 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) { in allocateCommonSymbols()
622 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) { in doCreateProgramHdrs()
652 bool MipsGNULDBackend::doRelax(Module& pModule, in doRelax()
842 void Mips32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
887 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp116 void X86GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout()
254 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols()
271 void X86GNULDBackend::addEhFrameForPLT(Module& pModule) { in addEhFrameForPLT()
322 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule) { in doCreateProgramHdrs()
345 void X86_32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
612 void X86_64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp51 void ELFObjectWriter::writeSection(Module& pModule, in writeSection()
119 std::error_code ELFObjectWriter::writeObject(Module& pModule, in writeObject()
204 const Module& pModule, in writeELFHeader()
298 void ELFObjectWriter::emitSectionHeader(const Module& pModule, in emitSectionHeader()
365 const Module& pModule, in emitShStrTab()
401 void ELFObjectWriter::emitEhFrame(Module& pModule, in emitEhFrame()
/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h107 uint64_t getLastStartOffset(const Module& pModule) const { in getLastStartOffset()

12