Home
last modified time | relevance | path

Searched refs:getCodeModelRaw (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h277 unsigned getCodeModelRaw() const { in getCodeModelRaw() function
287 unsigned CodeModelData = getCodeModelRaw(); in getCodeModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h1252 unsigned getCodeModelRaw() const { in getCodeModelRaw() function
1253 return cast<llvm::GlobalVariable>(Val)->getCodeModelRaw(); in getCodeModelRaw()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1636 Vals.push_back(GV.getCodeModelRaw()); in writeModuleInfo()