Home
last modified time | relevance | path

Searched defs:setConstant (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h153 void setConstant(bool Val) { isConstantGlobal = Val; } setConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h150 void setConstant(int32_t Value) { Offset = Value; } in setConstant() function