Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h45 void setConstant(int64_t C) { Cst = C; } in setConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h178 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h149 void setConstant(int32_t Value) { Offset = Value; } in setConstant() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp353 void GlobalVariable::setConstant(bool V) { in setConstant() function in llvm::sandboxir::GlobalVariable