Searched refs:Value_ (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 382 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr) 383 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCFragment.h | 496 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr) 497 : MCFragment(FT_LEB, false, Sec), Value(&Value_), IsSigned(IsSigned_) { in MCFragment()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 338 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD) in MCLEBFragment() argument 340 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); } in MCLEBFragment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1681 BoolExpr(bool Value_) : Value(Value_) {} in BoolExpr() argument 1710 IntegerExpr(StringView Type_, StringView Value_) : Type(Type_), Value(Value_) {} in IntegerExpr() argument
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2462 naming value definitions. The symbol table can provide a name for any Value_. 2467 Value_\ s have names, and those without names (i.e. they have an empty name) do 3057 Superclass: Value_ 3105 Superclasses: User_, Value_ 3253 Superclasses: Constant_, User_, Value_ 3311 Superclasses: GlobalValue_, Constant_, User_, Value_ 3420 Superclasses: GlobalValue_, Constant_, User_, Value_ 3478 Superclass: Value_ 3490 Note that ``BasicBlock``\ s themselves are Value_\ s, because they are
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1882 BoolExpr(bool Value_) : Node(KBoolExpr), Value(Value_) {} in BoolExpr() argument 1915 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral() argument 1916 : Node(KIntegerLiteral), Type(Type_), Value(Value_) {} in IntegerLiteral()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 3051 naming value definitions. The symbol table can provide a name for any Value_. 3056 Value_\ s have names, and those without names (i.e. they have an empty name) do 3646 Superclass: Value_ 3694 Superclasses: User_, Value_ 3842 Superclasses: Constant_, User_, Value_ 3900 Superclasses: GlobalValue_, Constant_, User_, Value_ 4009 Superclasses: GlobalValue_, Constant_, User_, Value_ 4067 Superclass: Value_ 4079 Note that ``BasicBlock``\ s themselves are Value_\ s, because they are
|