Searched refs:emit (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h54 /// emit - To emit output mcld::Module to a FileOutputBuffer.
55 bool emit(FileOutputBuffer& pOutput);
57 /// emit - To open a file for output in pPath and to emit output mcld::Module
59 bool emit(const Module& pModule, const std::string& pPath);
61 /// emit - To emit output mcld::Module in the pFileDescriptor.
62 bool emit(const Module& pModule, int pFileDescriptor);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h33 uint64_t emit(MemoryRegion& pRegion);
H A DMipsGOTPLT.h33 uint64_t emit(MemoryRegion& pRegion);
H A DMipsGOTPLT.cpp38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) function in class:mcld::MipsGOTPLT
H A DMipsGOT.h42 virtual uint64_t emit(MemoryRegion& pRegion) = 0;
212 virtual uint64_t emit(MemoryRegion& pRegion);
231 virtual uint64_t emit(MemoryRegion& pRegion);
/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp20 emit();
23 bool MsgHandler::emit() function in class:MsgHandler
26 return m_Engine.emit();
H A DDiagnosticEngine.cpp60 // emit - process current diagnostic.
61 bool DiagnosticEngine::emit() function in class:DiagnosticEngine
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h43 virtual size_t emit(uint8_t* pAddress) const = 0;
82 inline size_t emit(uint8_t* pAddress) const;
119 inline size_t emit(uint8_t* pAddress) const;
168 /// emit
169 void emit(const LDSection& pSection, MemoryRegion& pRegion) const;
H A DELFAttribute.h64 /// emit - encode and write out this attribute section
65 size_t emit(MemoryRegion &pRegion) const;
97 /// emit - write out this attribute subsection to the buffer.
98 size_t emit(char *pBuf) const;
H A DELFAttributeData.h75 /// emit - write out attribute data to the buffer and return the number of
77 virtual size_t emit(char *pBuf) const = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h73 uint64_t emit(MemoryRegion& pRegion);
H A DAArch64PLT.h77 uint64_t emit(MemoryRegion& pRegion);
H A DAArch64LDBackend.cpp290 uint64_t result = m_pPLT->emit(pRegion);
295 uint64_t result = m_pGOT->emit(pRegion);
300 uint64_t result = m_pGOT->emit(pRegion);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h61 uint64_t emit(MemoryRegion& pRegion);
H A DARMPLT.h73 uint64_t emit(MemoryRegion& pRegion);
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, method in class:GenerateGL
161 emit(0, false, false,
163 emit(0, true, false,
165 emit(1, false, false,
167 emit(1, true, false,
169 emit(1, true, true,
H A DGenerateEGL.java34 private static void emit(EGLCodeEmitter emitter, method in class:GenerateEGL
101 emit(emitter, specReader, egljStream, eglcStream);
H A DGenerateGLES.java34 private static void emit(GLESCodeEmitter emitter, method in class:GenerateGLES
105 emit(emitter, spec11Reader, gl11Stream, gl11cStream);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp247 bool Linker::emit(FileOutputBuffer& pOutput) function in class:Linker
261 bool Linker::emit(const Module& pModule, const std::string& pPath) function in class:Linker
281 error(diag::err_cannot_open_output_file) << "Linker::emit()" << pPath;
290 bool result = emit(*output.get());
295 bool Linker::emit(const Module& pModule, int pFileDescriptor) function in class:Linker
305 bool result = emit(*output.get());
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp138 size_t ELFAttribute::emit(MemoryRegion &pRegion) const function in class:ELFAttribute
152 total_size += (*subsec_it)->emit(buffer + total_size);
304 size_t ELFAttribute::Subsection::emit(char *pBuf) const function in class:ELFAttribute::Subsection
337 uint32_t subsubsection_length = m_AttrData.emit(buffer);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp67 linker.emit(module, "./test.so");
127 linker.emit(module, "libplasma.so"); ///< -o libplasma.so
185 linker.emit(module1, "libplasma.once.so"); ///< -o libplasma.so
228 linker.emit(module2, "libplasma.twice.so"); ///< -o libplasma.exe
282 linker.emit(module1, "libplasma.once.so"); ///< -o libplasma.so
285 // Can not delete builder until emit the output. Dynamic string table
330 linker.emit(module2, "libplasma.twice.so"); ///< -o libplasma.exe
471 linker.emit(module, "libgotplt.so"); ///< -o libgotplt.so
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py155 # emit - has this feature been defined already?
169 self.emit = False
216 # emitversions - regex matching API versions to actually emit
337 # beginFeature(interface, emit) - write interface for a feature
340 # emit - actually write to the header only when True
406 def beginFeature(self, interface, emit):
407 self.emit = emit
447 # beginFeature(interface, emit)
560 def beginFeature(self, interface, emit)
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h81 // emit - process the message to printer
82 bool emit();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h85 uint64_t emit(MemoryRegion& pRegion);
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk44 -emit-llvm \

Completed in 495 milliseconds

12