Searched refs:Size (Results 251 - 275 of 839) sorted by relevance

<<11121314151617181920>>

/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp276 uint64_t Size; local
306 for (Index = Start; Index < End; Index += Size) {
309 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
312 DumpBytes(StringRef(Bytes.data() + Index, Size));
317 if (Size == 0)
318 Size = 1; // skip illegible bytes
334 if (addr >= Index + Size) break;
381 "Idx Name Size Address Type\n";
391 uint64_t Size;
392 if (error(si->getSize(Size))) retur
501 uint64_t Size; local
[all...]
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp401 const uint8_t *Buffer, size_t Size,
406 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
411 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
544 JE.startGVStub(F, SL.Size, SL.Alignment);
607 JE.startGVStub(0, SL.Size, SL.Alignment);
765 unsigned Size = 0; local
769 Size = (Size + AlignMask) & ~AlignMask;
771 Size += TD->getTypeAllocSize(Ty);
773 return Size;
1032 allocateSpace(uintptr_t Size, unsigned Alignment) argument
1044 allocateGlobal(uintptr_t Size, unsigned Alignment) argument
1056 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getTargetData()); local
1197 allocIndirectGV(const GlobalValue *GV, const uint8_t *Buffer, size_t Size, unsigned Alignment) argument
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp274 uint64_t Size = Context.getTypeSize(Ty);
275 return Size == 32 || Size == 64;
300 uint64_t Size = 0;
315 Size += Context.getTypeSize(FD->getType());
319 if (Size != Context.getTypeSize(Ty))
423 static bool isRegisterSize(unsigned Size) { argument
424 return (Size == 8 || Size == 16 || Size
493 uint64_t Size = Context.getTypeSize(Ty); local
559 uint64_t Size = getContext().getTypeSize(RetTy); local
601 uint64_t Size = getContext().getTypeSize(RetTy); local
728 uint64_t Size = getContext().getTypeSize(Ty); local
[all...]
/external/llvm/include/llvm/MC/
H A DMCStreamer.h354 /// @param Size - The size of the common symbol.
357 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
363 /// @param Size - The size of the common symbol.
365 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
372 /// @param Size - The size of the zerofill symbol.
376 unsigned Size = 0,unsigned ByteAlignment = 0) = 0;
382 /// @param Size - The size of the symbol.
386 uint64_t Size, unsigned ByteAlignment = 0) = 0;
399 /// integer of the given @p Size bytes.
405 /// @param Size
[all...]
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp161 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
167 /// @param Size - The size of the common symbol.
168 /// @param Size - The alignment of the common symbol in bytes.
169 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
173 unsigned Size = 0, unsigned ByteAlignment = 0);
176 uint64_t Size, unsigned ByteAlignment = 0);
180 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size,
182 virtual void EmitIntValue(uint64_t Value, unsigned Size,
238 virtual void EmitWin64EHAllocStack(unsigned Size);
486 void MCAsmStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
488 OS << "\\t.comm\\t" << *Symbol << ',' << Size; local
502 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlign) argument
506 OS << "\\t.lcomm\\t" << *Symbol << ',' << Size; local
515 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
525 OS << ',' << *Symbol << ',' << Size; local
535 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
540 OS << ".tbss " << *Symbol << ", " << Size; local
610 EmitIntValue(uint64_t Value, unsigned Size, unsigned AddrSpace) argument
612 EmitValue(MCConstantExpr::Create(Value, getContext()), Size, AddrSpace); local
615 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
1100 EmitWin64EHAllocStack(unsigned Size) argument
1103 OS << "\\t.seh_stackalloc " << Size; local
[all...]
H A DMCPureStreamer.cpp42 unsigned Size = 0, unsigned ByteAlignment = 0);
61 uint64_t Size, unsigned ByteAlignment = 0) {
67 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
89 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
147 unsigned Size, unsigned ByteAlignment) {
60 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment = 0) argument
146 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size, unsigned ByteAlignment) argument
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc96 gfx::Size options_size = options_menu_button_->GetPreferredSize();
97 gfx::Size button_size = close_button_->GetPreferredSize();
112 virtual gfx::Size GetPreferredSize() {
238 gfx::Size BalloonViewImpl::GetSize() const {
240 return gfx::Size(0, 0);
255 gfx::Size size = balloon_->content_size();
316 gfx::Size size =
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.cc50 new_balloon->set_min_scrollbar_size(gfx::Size(1 + layout_.max_balloon_width(),
99 const gfx::Size& size) {
170 gfx::Rect bounds = gfx::Rect(layout_.GetLayoutOrigin(), gfx::Size(0, 0));
274 const gfx::Size& balloon_size,
355 gfx::Size BalloonCollectionImpl::Layout::ConstrainToSizeLimits(
356 const gfx::Size& size) {
358 return gfx::Size(
/external/chromium/chrome/browser/chromeos/login/
H A Dcaptcha_view.cc65 virtual gfx::Size GetPreferredSize() {
66 gfx::Size preferred_size = TextButton::GetPreferredSize();
105 gfx::Size CaptchaView::GetPreferredSize() {
106 gfx::Size size = gfx::Size(views::Window::GetLocalizedContentsSize(
/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.cc35 virtual gfx::Size GetPreferredSize();
73 gfx::Size FullscreenExitBubble::FullscreenExitView::GetPreferredSize() {
74 gfx::Size preferred_size(link_.GetPreferredSize());
80 gfx::Size link_preferred_size(link_.GetPreferredSize());
248 gfx::Size size(view_->GetPreferredSize());
H A Dhtml_dialog_view.cc54 gfx::Size HtmlDialogView::GetPreferredSize() {
55 gfx::Size out;
133 void HtmlDialogView::GetDialogSize(gfx::Size* size) const {
H A Dtheme_install_bubble_view.cc91 gfx::Size ThemeInstallBubbleView::GetPreferredSize() {
92 return gfx::Size(views::Label::font().GetStringWidth(text_) +
102 gfx::Size size = GetPreferredSize();
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h74 const uint8_t *Buffer, size_t Size,
257 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { argument
262 if (Size >= (uintptr_t)(BufferEnd-CurBufferPtr)) {
268 CurBufferPtr += Size;
277 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment) = 0;
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp47 unsigned Size = ArgFlags.getByValSize(); local
48 if (MinSize > (int)Size)
49 Size = MinSize;
54 TM.getTargetLowering()->HandleByVal(this, Size);
55 unsigned Offset = AllocateStack(Size, Align);
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp63 uint64_t Size; local
66 for (Index = 0; Index < Bytes.size(); Index += Size) {
70 S = DisAsm.getInstruction(Inst, Size, memoryObject, Index,
77 if (Size == 0)
78 Size = 1; // skip illegible bytes
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp157 int Size = Action->getValueAsInt("Size"); local
162 if (Size)
163 O << Size << ", "; local
196 int Size = Action->getValueAsInt("Size"); local
200 << Size << ", " << Align << ", ArgFlags);\n";
/external/clang/lib/Lex/
H A DLexer.cpp686 unsigned Size; local
687 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
688 TokPtr += Size;
689 PhysOffset += Size;
1230 unsigned Size = 0; local
1231 while (isWhitespace(Ptr[Size])) {
1232 ++Size;
1234 if (Ptr[Size-1] != '\n' && Ptr[Size-1] != '\r')
1238 if ((Ptr[Size]
1342 getCharAndSizeSlow(const char *Ptr, unsigned &Size, Token *Tok) argument
1407 getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, const LangOptions &LangOpts) argument
1468 unsigned Size; local
1537 unsigned Size; local
1549 unsigned Size; local
1582 unsigned Size; local
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h62 virtual void SetSize(const gfx::Size& size);
89 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
238 gfx::Size requested_size_;
/external/chromium/chrome/browser/ui/gtk/
H A Dhtml_dialog_gtk.cc72 void HtmlDialogGtk::GetDialogSize(gfx::Size* size) const {
76 *size = gfx::Size();
157 gfx::Size dialog_size;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc33 const gfx::Size& contents_size,
43 gfx::Size local_contents_size(contents_size);
85 const gfx::Size& local_contents_size,
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h81 virtual gfx::Size GetPreferredSize() OVERRIDE;
160 gfx::Size GetButtonSize();
266 gfx::Size cached_button_size_;
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc142 void ExtensionView::UpdatePreferredSize(const gfx::Size& new_size) {
144 // Size changes will not be honored by lower layers while we are hidden.
150 gfx::Size preferred_size = GetPreferredSize();
200 gfx::Size largest_popup_size(ExtensionPopup::kMaxWidth,
/external/clang/include/clang/Basic/
H A DFileManager.h60 off_t Size; // File size in bytes. member in class:clang::FileEntry
92 off_t getSize() const { return Size; }
204 const FileEntry *getVirtualFile(StringRef Filename, off_t Size,
/external/llvm/lib/Analysis/
H A DAliasAnalysisCounter.cpp140 errs() << "[" << LocA.Size << "B] ";
143 errs() << "[" << LocB.Size << "B] ";
166 errs() << "[" << Loc.Size << "B] ";
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DGDBRegistrar.cpp130 size_t Size = Object.getBufferSize(); local
143 JITCodeEntry->symfile_size = Size;
145 ObjectBufferMap[Buffer] = std::make_pair(Size, JITCodeEntry);

Completed in 527 milliseconds

<<11121314151617181920>>