Home
last modified time | relevance | path

Searched refs:Value_ (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp51 SaturatingUINT64(uint64_t Value_) : Value(Value_) {} in SaturatingUINT64()
54 void operator+=(uint64_t Value_) { in operator +=()
56 if (Value < OverflowValue - Value_) in operator +=()
57 Value += Value_; in operator +=()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h437 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr)
438 : MCFragment(FT_LEB, false, Sec), IsSigned(IsSigned_), Value(&Value_) { in MCFragment()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2194 BoolExpr(bool Value_) : Node(KBoolExpr), Value(Value_) {} in BoolExpr() argument
2262 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral() argument
2263 : Node(KIntegerLiteral), Type(Type_), Value(Value_) {} in IntegerLiteral()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h2194 BoolExpr(bool Value_) : Node(KBoolExpr), Value(Value_) {} in BoolExpr() argument
2262 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral() argument
2263 : Node(KIntegerLiteral), Type(Type_), Value(Value_) {} in IntegerLiteral()
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst3134 naming value definitions. The symbol table can provide a name for any Value_.
3139 Value_\ s have names, and those without names (i.e. they have an empty name) do
3601 Superclass: Value_
3649 Superclasses: User_, Value_
3790 Superclasses: Constant_, User_, Value_
3848 Superclasses: GlobalValue_, Constant_, User_, Value_
3957 Superclasses: GlobalValue_, Constant_, User_, Value_
4015 Superclass: Value_
4027 Note that ``BasicBlock``\ s themselves are Value_\ s, because they are