Searched defs:CodeSize (Results 1 - 14 of 14) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DCodeView.h35 ulittle32_t CodeSize; member in struct:llvm::codeview::FrameData
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp125 uintptr_t CodeSize = i % 16 + 1; local
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, "");
135 for (unsigned j = 0; j < CodeSize; j++) {
154 uintptr_t CodeSize = i % 16 + 1; local
157 for (unsigned j = 0; j < CodeSize; j++) {
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DModuleSubstream.h33 support::ulittle32_t CodeSize; // Code size of this line contribution. member in struct:llvm::codeview::LineSubstreamHeader
H A DSymbolRecord.h50 ulittle32_t CodeSize; member in struct:llvm::codeview::ProcSym::Hdr
871 ulittle32_t CodeSize; member in struct:llvm::codeview::BlockSym::Hdr
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h136 /// \p CodeSize - the total size of all code sections
142 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, argument
/external/giflib/
H A Ddgif_lib.c702 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) argument
712 *CodeSize = Private->BitsPerPixel;
760 GifByteType CodeSize; local
765 if (READ(GifFile, &CodeSize, 1) < 1) { /* Read Code size from file. */
768 BitsPerPixel = CodeSize;
H A Degif_lib.c706 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) argument
718 * Buf = CodeSize;
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp313 uint64_t CodeSize = 0; local
323 // TODO: CodeSize should account for multiple functions.
329 CodeSize += TII->getInstSizeInBytes(MI);
511 ProgInfo.CodeLen = CodeSize;
/external/syslinux/gpxe/src/arch/i386/include/
H A Dpxe.h123 UINT16_t CodeSize; member in struct:undi_rom_id
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h736 intptr_t CodeSize() const { return Buffer.size(); } function in class:Ice::X86NAMESPACE::AssemblerX86Base
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; local
188 CodeSize, CodeAlign,
192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
411 uint64_t &CodeSize,
496 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);
410 computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize, uint32_t &CodeAlign, uint64_t &RODataSize, uint32_t &RODataAlign, uint64_t &RWDataSize, uint32_t &RWDataAlign) argument
/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h396 intptr_t CodeSize() const { return buffer_.Size(); } function in class:dart::Assembler
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs3099 [pbr::OriginalName("CODE_SIZE")] CodeSize = 2, enumerator in enum:Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode
/external/v8/src/
H A Dgdb-jit.cc991 uintptr_t CodeSize() const { function in class:v8::internal::BASE_EMBEDDED
1058 desc->CodeSize(),
1133 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1146 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1576 w->WriteSLEB128(desc_->CodeSize() - pc);
1732 w->Write<uintptr_t>(desc_->CodeSize());
1951 desc->CodeSize()));
1955 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize());
1968 desc->CodeSize(),
2143 range.end = code->address() + code->CodeSize();
[all...]

Completed in 472 milliseconds