Searched defs:SizeOf (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp210 /// SizeOf - Determine size of integer value in bytes.
212 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEInteger
263 AP->OutStreamer.EmitSymbolValue(Label, SizeOf(AP, Form), 0/*AddrSpace*/);
266 /// SizeOf - Determine size of label value in bytes.
268 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIELabel
286 AP->EmitLabelDifference(LabelHi, LabelLo, SizeOf(AP, Form));
289 /// SizeOf - Determine size of delta value in bytes.
291 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEDelta
328 Size += Values[i]->SizeOf(AP, AbbrevData[i].getForm());
350 /// SizeOf
352 unsigned DIEBlock::SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:DIEBlock
[all...]
H A DDIE.h223 /// SizeOf - Return the size of a value in bytes.
225 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const = 0;
265 /// SizeOf - Determine size of integer value in bytes.
267 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
290 /// SizeOf - Determine size of string value in bytes.
292 virtual unsigned SizeOf(AsmPrinter *AP, unsigned /*Form*/) const { function in class:llvm::DIEString
321 /// SizeOf - Determine size of label value in bytes.
323 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const;
348 /// SizeOf - Determine size of delta value in bytes.
350 virtual unsigned SizeOf(AsmPrinte
378 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const { function in class:llvm::DIEEntry
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp88 struct SizeOf { struct
93 Y3().Foo(X3<SizeOf<char>::value>());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h331 static size_t SizeOf(size_t w, size_t h) { function in class:cricket::VideoFrame
/external/v8/src/
H A Dobjects.h1850 static inline int SizeOf(Map* map, HeapObject* object);
2015 static inline int SizeOf(Map* map, HeapObject* object) { function in class:v8::internal::FixedArray::BodyDescriptor
6654 static inline int SizeOf(Map* map, HeapObject* object) {

Completed in 123 milliseconds