Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/lib/Script/
DBinaryOp.cpp23 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval()
32 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
41 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval()
50 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval()
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
68 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval()
77 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval()
86 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval()
95 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval()
104 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval()
[all …]
DUnaryOp.cpp22 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module& pModule, in eval()
32 UnaryOp<Operator::UNARY_MINUS>::eval(const Module& pModule, in eval()
42 UnaryOp<Operator::LOGICAL_NOT>::eval(const Module& pModule, in eval()
52 UnaryOp<Operator::BITWISE_NOT>::eval(const Module& pModule, in eval()
61 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 UnaryOp<Operator::DATA_SEGMENT_END>::eval(const Module& pModule, in eval()
124 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
133 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule, in eval()
[all …]
DNullaryOp.cpp19 NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module& pModule, in eval()
29 NullaryOp<Operator::MAXPAGESIZE>::eval(const Module& pModule, in eval()
39 NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module& pModule, in eval()
DTernaryOp.cpp19 TernaryOp<Operator::TERNARY_IF>::eval(const Module& pModule, in eval()
33 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module& pModule, in eval()
DOutputCmd.cpp34 void OutputCmd::activate(Module& pModule) in activate()
DOutputArchCmd.cpp32 void OutputArchCmd::activate(Module& pModule) in activate()
DSearchDirCmd.cpp34 void SearchDirCmd::activate(Module& pModule) in activate()
DEntryCmd.cpp34 void EntryCmd::activate(Module& pModule) in activate()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) in link()
78 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) in normalize()
166 bool Linker::resolve(Module& pModule) in resolve()
261 bool Linker::emit(const Module& pModule, const std::string& pPath) in emit()
295 bool Linker::emit(const Module& pModule, int pFileDescriptor) in emit()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp87 void AArch64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
129 Module& pModule) in initTargetSymbols()
246 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout()
328 bool AArch64GNULDBackend::doRelax(Module& pModule, in doRelax()
342 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
353 bool AArch64GNULDBackend::mergeSection(Module& pModule, in mergeSection()
DAArch64ELFMCLinker.cpp17 mcld::Module &pModule, in AArch64ELFMCLinker()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h58 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) { } in initTargetSections()
59 virtual void initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { } in initTargetSymbols()
115 virtual bool mergeSection(Module& pModule, in mergeSection()
123 virtual void setUpReachedSectionsForGC(const Module& pModule, in setUpReachedSectionsForGC()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp82 void ARMGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder) in initTargetSections()
129 void ARMGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols()
263 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout()
413 bool ARMGNULDBackend::mergeSection(Module& pModule, in mergeSection()
440 void ARMGNULDBackend::setUpReachedSectionsForGC(const Module& pModule, in setUpReachedSectionsForGC()
608 ARMGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) in doRelax()
758 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
DARMELFMCLinker.cpp14 mcld::Module &pModule, in ARMELFMCLinker()
/frameworks/compile/libbcc/lib/Core/
DSource.cpp55 void Source::setModule(llvm::Module *pModule) { in setModule()
115 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, in CreateFromModule()
133 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) in Source()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp121 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout()
431 void HexagonLDBackend::initTargetSections(Module& pModule, in initTargetSections()
503 void HexagonLDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols()
577 bool HexagonLDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, in doRelax()
699 bool HexagonLDBackend::mergeSection(Module& pModule, in mergeSection()
755 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols()
1057 void HexagonLDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
DHexagonELFMCLinker.cpp14 mcld::Module& pModule, in HexagonELFMCLinker()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp164 GNULDBackend::createArchiveReader(Module& pModule) in createArchiveReader()
225 Module& pModule) in initStandardSymbols()
744 void GNULDBackend::sizeShstrtab(Module& pModule) in sizeShstrtab()
758 void GNULDBackend::sizeNamePools(Module& pModule) in sizeNamePools()
967 void GNULDBackend::emitRegNamePools(const Module& pModule, in emitRegNamePools()
1036 void GNULDBackend::emitDynNamePools(Module& pModule, FileOutputBuffer& pOutput) in emitDynNamePools()
1351 void GNULDBackend::orderSymbolTable(Module& pModule) in orderSymbolTable()
1565 GNULDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols()
1825 void GNULDBackend::createProgramHdrs(Module& pModule) in createProgramHdrs()
2132 void GNULDBackend::setupGNUStackInfo(Module& pModule) in setupGNUStackInfo()
[all …]
DELFMCLinker.cpp17 mcld::Module& pModule, in ELFMCLinker()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp93 void MipsGNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
110 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols()
216 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout()
310 void MipsGNULDBackend::orderSymbolTable(Module& pModule) in orderSymbolTable()
513 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols()
681 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
713 bool MipsGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, in doRelax()
912 void Mips32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
961 void Mips64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
DMipsELFMCLinker.cpp14 mcld::Module& pModule, in MipsELFMCLinker()
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFMCLinker.cpp14 mcld::Module& pModule, in X86ELFMCLinker()
DX86LDBackend.cpp120 void X86GNULDBackend::doPostLayout(Module& pModule, in doPostLayout()
276 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols()
294 void X86GNULDBackend::addEhFrameForPLT(Module& pModule) in addEhFrameForPLT()
347 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs()
373 void X86_32GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
664 void X86_64GNULDBackend::initTargetSections(Module& pModule, in initTargetSections()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp54 void ELFObjectWriter::writeSection(Module& pModule, in writeSection()
121 std::error_code ELFObjectWriter::writeObject(Module& pModule, in writeObject()
209 const Module& pModule, in writeELFHeader()
305 void ELFObjectWriter::emitSectionHeader(const Module& pModule, in emitSectionHeader()
375 const Module& pModule, in emitShStrTab()
412 void ELFObjectWriter::emitEhFrame(Module& pModule, in emitEhFrame()
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp205 bool OutputFormatOptions::parse(mcld::Module& pModule, LinkerConfig& pConfig) in parse()
250 bool OutputFormatOptions::parseOutput(Module& pModule, LinkerConfig& pConfig) in parseOutput()

123