/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonELFMCLinker.cpp | 16 MemoryArea& pOutput) 17 : ELFMCLinker(pConfig, pModule, pOutput) {
|
HexagonMCLinker.cpp | 24 MemoryArea& pOutput) 37 return new HexagonELFMCLinker(pConfig, pModule, pOutput);
|
HexagonELFMCLinker.h | 31 MemoryArea& pOutput);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsELFMCLinker.cpp | 16 MemoryArea& pOutput) 17 : ELFMCLinker(pConfig, pModule, pOutput) {
|
MipsMCLinker.cpp | 27 MemoryArea& pOutput) 39 return new MipsELFMCLinker(pConfig, pModule, pOutput);
|
MipsELFMCLinker.h | 29 MemoryArea& pOutput);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86ELFMCLinker.cpp | 16 MemoryArea& pOutput) 17 : ELFMCLinker(pConfig, pModule, pOutput) {
|
X86MCLinker.cpp | 25 MemoryArea& pOutput) 37 return new X86ELFMCLinker(pConfig, pModule, pOutput);
|
X86ELFMCLinker.h | 31 MemoryArea& pOutput);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMELFMCLinker.cpp | 18 MemoryArea& pOutput) 19 : ELFMCLinker(pConfig, pModule, pOutput) {
|
ARMMCLinker.cpp | 25 MemoryArea& pOutput) 37 return new ARMELFMCLinker(pConfig, pModule, pOutput);
|
ARMELFMCLinker.h | 29 MemoryArea& pOutput);
|
/frameworks/compile/mclinker/lib/Target/ |
ELFMCLinker.cpp | 21 MemoryArea& pOutput) 22 : MCLinker(pConfig, pModule, pOutput) {
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FragmentLinker.h | 54 void syncRelocationResult(MemoryArea& pOutput); 59 void normalSyncRelocationResult(MemoryArea& pOutput); 63 void partialSyncRelocationResult(MemoryArea& pOutput); 67 void writeRelocationResult(Relocation& pReloc, uint8_t* pOutput);
|
/frameworks/compile/libbcc/include/bcc/Support/ |
Disassembler.h | 42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple, 46 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInfoWriter.cpp | 139 inline bool helper_write_list(OutputFile &pOutput, 154 if (pOutput.write(&item, sizeof(item)) != sizeof(item)) { 156 rsinfo::GetItemTypeName<ItemType>(), pOutput.getName().c_str(), 157 pOutput.getErrorMessage().c_str()); 167 bool RSInfo::write(OutputFile &pOutput) { 168 off_t initial_offset = pOutput.tell(); 169 const char *output_filename = pOutput.getName().c_str(); 171 if (pOutput.hasError()) { 173 output_filename, pOutput.getErrorMessage().c_str()); 183 if (pOutput.write(&mHeader, sizeof(mHeader)) != sizeof(mHeader)) [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFObjectWriter.h | 45 llvm::error_code writeObject(Module& pModule, MemoryArea& pOutput); 48 void writeSection(MemoryArea& pOutput, LDSection *section); 58 MemoryArea& pOutput) const; 67 MemoryArea& pOutput) const; 71 void emitProgramHeader(MemoryArea& pOutput) const; 76 MemoryArea& pOutput);
|
EhFrameHdr.h | 50 void emitOutput(MemoryArea& pOutput) 71 void EhFrameHdr::emitOutput<32>(MemoryArea& pOutput);
|
ObjectWriter.h | 32 virtual llvm::error_code writeObject(Module& pModule, MemoryArea& pOutput) = 0;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFMCLinker.h | 31 MemoryArea& pOutput);
|
TargetMachine.h | 71 mcld::ToolOutputFile& pOutput, 96 llvm::formatted_raw_ostream &pOutput, 100 llvm::raw_ostream &pOutput, 106 mcld::MemoryArea& pOutput,
|
/frameworks/compile/libbcc/lib/Support/ |
Disassembler.cpp | 68 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple, 132 pOutput << "Disassembled code: " << pFuncName << "\n"; 157 pOutput.indent(4); 158 pOutput << "0x"; 159 pOutput.write_hex(reinterpret_cast<uintptr_t>(inst_addr)); 160 pOutput << ": 0x"; 161 pOutput.write_hex(*reinterpret_cast<const uint32_t *>(inst_addr)); 162 inst_printer->printInst(&inst, pOutput, /* Annot */""); 163 pOutput << "\n"; 171 pOutput << "\n" [all...] |
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Process.c | 56 LVM_INT32 *pOutput = pOutData; 103 if(pInput != pOutput) 110 MonoTo2I_32(pInput, pOutput, NumSamples); 113 (LVM_INT16 *)pOutput, 145 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess); 148 pOutput = (LVM_INT32 *)(pOutput+(SamplesToProcess*2)); // Always stereo output 179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) 465 pOutput, 471 pOutput, [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
pixelutils.cpp | 27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); 28 uint32* pOutRow = pOutput + offset;
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.h | 163 * @param[out] pOutput The output from the conversion process (initialized). 170 FwdLockConv_Status_t FwdLockConv_OpenSession(int *pSessionId, FwdLockConv_Output_t *pOutput); 179 * @param[in,out] pOutput The output from the conversion process (allocated/reallocated). 195 FwdLockConv_Output_t *pOutput); 203 * @param[in,out] pOutput The output from the conversion process (deallocated and overwritten). 211 FwdLockConv_Status_t FwdLockConv_CloseSession(int sessionId, FwdLockConv_Output_t *pOutput);
|