Searched refs:pInput (Results 51 - 75 of 81) sorted by relevance

1234

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h93 Input& pInput);
H A DARMLDBackend.cpp485 const Input& pInput,
489 return attribute().merge(pInput, pSection);
548 builder.MergeSection(pInput, pSection);
619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { argument
621 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
624 llvm::StringRef region = pInput.memArea()->request(offset, size);
484 mergeSection(Module& pModule, const Input& pInput, LDSection& pSection) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h46 void initializeScan(const Input& pInput);
47 void finalizeScan(const Input& pInput);
66 uint64_t getGPAddr(const Input& pInput) const;
67 uint64_t getGPRelOffset(const Input& pInput, const Fragment& pEntry) const;
H A DMipsGOT.cpp226 void MipsGOT::initializeScan(const Input& pInput) { argument
228 m_pInput = &pInput;
231 m_pInput = &pInput;
236 void MipsGOT::finalizeScan(const Input& pInput) { argument
361 uint64_t MipsGOT::getGPAddr(const Input& pInput) const {
367 if (it->m_Inputs.count(&pInput))
378 uint64_t MipsGOT::getGPRelOffset(const Input& pInput, argument
380 return addr() + pEntry.getOffset() - getGPAddr(pInput);
H A DMipsRelocator.cpp187 Input& pInput) {
219 issueUndefRef(pReloc, pSection, pInput);
222 bool MipsRelocator::initializeScan(Input& pInput) { argument
224 getTarget().getGOT().initializeScan(pInput);
228 bool MipsRelocator::finalizeScan(Input& pInput) { argument
230 getTarget().getGOT().finalizeScan(pInput);
234 bool MipsRelocator::initializeApply(Input& pInput) { argument
235 m_pApplyingInput = &pInput;
239 bool MipsRelocator::finalizeApply(Input& pInput) { argument
183 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp296 bool SectionMap::matched(const SectionMap::Input& pInput, argument
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))
302 if (pInput.spec().hasExcludeFiles()) {
304 fileEnd = pInput.spec().excludeFiles().end();
305 for (file = pInput.spec().excludeFiles().begin(); file != fileEnd; ++file) {
312 if (pInput.spec().hasSections()) {
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp268 LDSection* IRBuilder::CreateELFHeader(Input& pInput, argument
279 pInput.context()->appendSection(*header);
336 Fragment* IRBuilder::CreateRegion(Input& pInput, argument
339 if (!pInput.hasMemArea()) {
340 fatal(diag::fatal_cannot_read_input) << pInput.path();
347 llvm::StringRef region = pInput.memArea()->request(pOffset, pLength);
397 LDSymbol* IRBuilder::AddSymbol(Input& pInput, argument
420 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) {
426 switch (pInput.type()) {
439 pInput
528 addSymbolFromDynObj(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp166 void TextDiagnosticPrinter::beginInput(const Input& pInput, argument
168 m_pInput = &pInput;
H A DEhFrame.cpp160 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) { argument
169 const LDContext& ctx = *pInput.context();
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Private.h173 void ReverbBlock(LVM_INT32 *pInput,
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h126 * \param pInput [IN] The input buffer param.
129 VO_U32 (VO_API * SetInputData) (VO_HANDLE hCodec, VO_CODECBUFFER * pInput);
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h277 InputTree& insert(TreeIteratorBase pRoot, Input& pInput);
283 InputTree& insert(TreeIteratorBase pRoot, const Mover& pMover, Input& pInput);
314 mcld::Input& pInput) {
316 node->data = &pInput;
313 insert(mcld::TreeIteratorBase pRoot, mcld::Input& pInput) argument
H A DGeneralOptions.h330 bool isInExcludeLIBS(const Input& pInput) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h102 Input& pInput);
H A DAArch64LDBackend.cpp531 const Input& pInput,
536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { argument
530 mergeSection(Module& pModule, const Input& pInput, LDSection& pSection) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h82 Input& pInput);
H A DHexagonLDBackend.cpp946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { argument
948 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
954 llvm::StringRef region = pInput.memArea()->request(offset, size);
/frameworks/compile/libbcc/lib/
H A DSource.cpp44 // and take the ownership of input memory buffer (i.e., pInput). On error,
45 // return nullptr and will NOT take the ownership of pInput.
47 std::unique_ptr<llvm::MemoryBuffer> &&pInput) {
49 = llvm::getLazyBitcodeModule(std::move(pInput), pContext);
52 pInput->getBufferIdentifier(), ec.message().c_str());
46 helper_load_bitcode(llvm::LLVMContext &pContext, std::unique_ptr<llvm::MemoryBuffer> &&pInput) argument
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h112 void append(Input* pInput) { m_InputList.push_back(pInput); } argument
198 bool matched(const Input& pInput,
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp50 ScriptFile::ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder) argument
52 m_Input(pInput),
53 m_Name(pInput.path().native()),
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c164 * \param pInput [IN] The input buffer param.
168 VO_U32 VO_API voAACEncSetInputData(VO_HANDLE hCodec, VO_CODECBUFFER * pInput) argument
173 if(NULL == hCodec || NULL == pInput || NULL == pInput->Buffer)
181 hAacEnc->inbuf = (short *)pInput->Buffer;
182 hAacEnc->inlen = pInput->Length / sizeof(short);
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h55 ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder);
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h84 Input& pInput);
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h176 EhFrame& merge(const Input& pInput, EhFrame& pInFrame);

Completed in 621 milliseconds

1234