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

/frameworks/compile/libbcc/lib/ScriptCRT/
H A Dbuild_clcore.sh12 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
17 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
H A Dbuild_bc_lib.mk25 -emit-llvm \
/frameworks/compile/linkloader/tests/images/
H A Dgen-testcases.sh23 clang -emit-llvm -std=c89 -Wall -c test.c -o test.bc
24 clang -emit-llvm -std=c89 -Wall -c simple-test.c -o simple-test.bc
25 clang -emit-llvm -std=c89 -Wall -c rodata-test.c -o rodata-test.bc
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h47 virtual size_t emit(uint8_t* pAddress) const = 0;
86 inline size_t emit(uint8_t* pAddress) const;
143 /// emit
144 void emit(const LDSection& pSection, MemoryRegion& pRegion) const;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h43 uint64_t emit(MemoryRegion& pRegion);
H A DMipsGOT.cpp75 uint64_t MipsGOT::emit(MemoryRegion& pRegion) function in class:MipsGOT
H A DMipsLDBackend.cpp194 // emit program headers
228 uint64_t result = m_pGOT->emit(pRegion);
232 llvm::report_fatal_error(llvm::Twine("Unable to emit section `") +
246 /// emitDynamicSymbol - emit dynamic symbol.
273 /// emitNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
323 // emit of .dynsym, and .dynstr except GOT entries
340 // emit global GOT
353 // emit DT_NEED
383 // emit soname
387 dynamic().emit(dyn_sec
[all...]
/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 DGenerateGLES.java34 private static void emit(GLESCodeEmitter emitter, method in class:GenerateGLES
106 emit(emitter, spec11Reader, gl11Stream, gl11cStream);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h50 uint64_t emit(MemoryRegion& pRegion);
H A DARMPLT.h72 uint64_t emit(MemoryRegion& pRegion);
H A DARMGOT.cpp170 uint64_t ARMGOT::emit(MemoryRegion& pRegion) function in class:ARMGOT
H A DARMPLT.cpp227 uint64_t ARMPLT::emit(MemoryRegion& pRegion) function in class:ARMPLT
H A DARMLDBackend.cpp85 // FIXME: Currently we set exidx and extab to "Exception" and directly emit
134 // emit program headers
768 uint64_t result = m_pPLT->emit(pRegion);
774 uint64_t result = m_pGOT->emit(pRegion);
778 llvm::report_fatal_error(llvm::Twine("Unable to emit section `") +
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp235 /// emit
236 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const function in class:ELFDynamic
246 address += (*entry)->emit(address);
250 address += (*entry)->emit(address);
H A DGNULDBackend.cpp323 /// emitRegNamePools - emit regular name pools - .symtab, .strtab
439 /// emitNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
521 // emit of .dynsym, and .dynstr
558 // emit DT_NEED
588 // emit soname
592 dynamic().emit(dyn_sect, *dyn_region);
597 // emit hash table
598 // FIXME: this verion only emit SVR4 hash section.
790 /// emitProgramHdrs - emit ELF program headers

Completed in 131 milliseconds