Home
last modified time | relevance | path

Searched defs:setLowerBound (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h266 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() function
H A DLVElement.h248 virtual void setLowerBound(int64_t Value) {} in setLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp270 void setLowerBound(PrefixKind K) { Kind = K; } in setLowerBound() function in __anon182f77eb0111::X86OpcodePrefixHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7042 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function