/frameworks/compile/mclinker/lib/Script/ |
D | BinaryOp.cpp | 23 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 …]
|
D | UnaryOp.cpp | 22 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 …]
|
D | NullaryOp.cpp | 19 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()
|
D | TernaryOp.cpp | 19 TernaryOp<Operator::TERNARY_IF>::eval(const Module& pModule, in eval() 33 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module& pModule, in eval()
|
D | OutputCmd.cpp | 34 void OutputCmd::activate(Module& pModule) in activate()
|
D | OutputArchCmd.cpp | 32 void OutputArchCmd::activate(Module& pModule) in activate()
|
D | SearchDirCmd.cpp | 34 void SearchDirCmd::activate(Module& pModule) in activate()
|
D | EntryCmd.cpp | 34 void EntryCmd::activate(Module& pModule) in activate()
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 66 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/ |
D | AArch64LDBackend.cpp | 87 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()
|
D | AArch64ELFMCLinker.cpp | 17 mcld::Module &pModule, in AArch64ELFMCLinker()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 58 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/ |
D | ARMLDBackend.cpp | 82 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()
|
D | ARMELFMCLinker.cpp | 14 mcld::Module &pModule, in ARMELFMCLinker()
|
/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 55 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/ |
D | HexagonLDBackend.cpp | 121 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()
|
D | HexagonELFMCLinker.cpp | 14 mcld::Module& pModule, in HexagonELFMCLinker()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 164 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 …]
|
D | ELFMCLinker.cpp | 17 mcld::Module& pModule, in ELFMCLinker()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 93 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()
|
D | MipsELFMCLinker.cpp | 14 mcld::Module& pModule, in MipsELFMCLinker()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFMCLinker.cpp | 14 mcld::Module& pModule, in X86ELFMCLinker()
|
D | X86LDBackend.cpp | 120 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/ |
D | ELFObjectWriter.cpp | 54 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/ |
D | OutputFormatOptions.cpp | 205 bool OutputFormatOptions::parse(mcld::Module& pModule, LinkerConfig& pConfig) in parse() 250 bool OutputFormatOptions::parseOutput(Module& pModule, LinkerConfig& pConfig) in parseOutput()
|