Searched refs:SizeOf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp239 unsigned DIEValue::SizeOf(const AsmPrinter *AP) const { function in class:DIEValue
245 return getDIE##T().SizeOf(AP, Form);
303 Size = SizeOf(Asm, dwarf::DW_FORM_ref_addr);
310 /// SizeOf - Determine size of integer value in bytes.
312 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEInteger
354 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form));
357 /// SizeOf - Determine size of expression value in bytes.
359 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEExpr
376 AP->EmitLabelReference(Label, SizeOf(AP, Form),
382 /// SizeOf
384 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELabel
406 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEDelta
448 unsigned DIEString::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEString
562 unsigned DIELoc::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELoc
611 unsigned DIEBlock::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEBlock
630 unsigned DIELocList::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELocList
[all...]
H A DDwarfFile.cpp106 Offset += V.SizeOf(Asm);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h37 // TODO: complete this interface and use it to merge EmitValue and SizeOf
184 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
203 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
222 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
238 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
256 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
280 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:llvm::DIEEntry
299 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { function in class:llvm::DIETypeSignature
322 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
467 /// SizeOf
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp5218 if (const UnaryExprOrTypeTraitExpr *SizeOf =
5220 if (SizeOf->getKind() == clang::UETT_SizeOf && !SizeOf->isArgumentType())
5221 return SizeOf->getArgumentExpr()->IgnoreParenImpCasts();
5228 if (const UnaryExprOrTypeTraitExpr *SizeOf =
5230 if (SizeOf->getKind() == clang::UETT_SizeOf)
5231 return SizeOf->getTypeOfArgument();

Completed in 86 milliseconds