Searched refs:Value_ (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 51 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 D | MCFragment.h | 437 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 D | ItaniumDemangle.h | 2194 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 D | ItaniumDemangle.h | 2194 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 D | ProgrammersManual.rst | 3134 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
|