OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SizeOf
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp
292
CUOffset += V.
SizeOf
(AP);
303
CUOffset +=
sizeof
(int8_t);
338
unsigned DIEValue::
SizeOf
(const AsmPrinter *AP) const {
344
return getDIE##T().
SizeOf
(AP, Form);
410
Asm->OutStreamer->emitIntValue(Integer,
SizeOf
(Asm, Form));
428
///
SizeOf
- Determine size of integer value in bytes.
430
unsigned DIEInteger::
SizeOf
(const AsmPrinter *AP, dwarf::Form Form) const {
467
AP->emitDebugValue(Expr,
SizeOf
(AP, Form));
470
///
SizeOf
- Determine size of expression value in bytes.
472
unsigned DIEExpr::
SizeOf
(const AsmPrinter *AP, dwarf::Form Form) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h
48
uint32_t getSize() const { return
SizeOf
; }
67
uint32_t
SizeOf
= 0;
155
bool isEmptyBase() { return
SizeOf
== 1 && LayoutSize == 0; }
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
903
func
SizeOf
(t Type) (v Value) { v.C = C.LLVMSizeOf(t.C); return }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp
328
unsigned
SizeOf
= 0;
3543
Field.
SizeOf
= Field.Type * IntInfo.Values.size();
3546
Struct.Size = std::max(Struct.Size, Field.
SizeOf
);
3548
Struct.Size += Field.
SizeOf
;
3743
Field.
SizeOf
= 0;
3750
Field.
SizeOf
= Field.Type * Field.LengthOf;
3752
Struct.Size = std::max(Struct.Size, Field.
SizeOf
);
3754
Struct.Size += Field.
SizeOf
;
4106
Offset = SubField.Offset + SubField.
SizeOf
;
4197
Offset = Field.Offset + Field.
SizeOf
;
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026