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

/frameworks/compile/libbcc/lib/Renderscript/runtime/
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.mk31 -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/lib/LD/
H A DMsgHandler.cpp20 emit();
23 bool MsgHandler::emit() function in class:MsgHandler
26 return m_Engine.emit();
H A DDiagnosticEngine.cpp51 // emit - process current diagnostic.
52 bool DiagnosticEngine::emit() function in class:DiagnosticEngine
/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/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
103 emit(emitter, specReader, egljStream, eglcStream);
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.h53 uint64_t emit(MemoryRegion& pRegion);
H A DARMPLT.h71 uint64_t emit(MemoryRegion& pRegion);
H A DARMGOT.cpp171 uint64_t ARMGOT::emit(MemoryRegion& pRegion) function in class:ARMGOT
H A DARMPLT.cpp229 uint64_t ARMPLT::emit(MemoryRegion& pRegion) function in class:ARMPLT
H A DARMLDBackend.cpp92 // FIXME: Currently we set exidx and extab to "Exception" and directly emit
810 uint64_t result = m_pPLT->emit(pRegion);
816 uint64_t result = m_pGOT->emit(pRegion);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h47 uint64_t emit(MemoryRegion& pRegion);
H A DMipsGOT.cpp77 uint64_t MipsGOT::emit(MemoryRegion& pRegion) function in class:MipsGOT
H A DMipsLDBackend.cpp256 uint64_t result = m_pGOT->emit(pRegion);
272 /// emitDynamicSymbol - emit dynamic symbol.
299 /// emitNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
349 // emit of .dynsym, and .dynstr except GOT entries
366 // emit global GOT
385 // emit DT_NEED
415 // emit soname
420 dynamic().emit(dyn_sect, *dyn_region);
425 // emit hash table
426 // FIXME: this verion only emit SVR
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h85 // emit - process the message to printer
86 bool emit();
H A DMsgHandler.h32 bool emit();
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp294 /// emit
295 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const function in class:ELFDynamic
305 address += (*entry)->emit(address);
309 address += (*entry)->emit(address);
H A DGNULDBackend.cpp789 /// emitRegNamePools - emit regular name pools - .symtab, .strtab
896 /// emitNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
964 // emit of .dynsym, and .dynstr
1001 // emit DT_NEED
1031 // emit soname
1036 dynamic().emit(dyn_sect, *dyn_region);
1041 // emit hash table
1042 // FIXME: this verion only emit SVR4 hash section.
1095 /// emitInterp - emit the .interp
1611 // 1. emit progra
[all...]

Completed in 1383 milliseconds