Searched refs:getConstantGEP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 1837 static llvm::Constant *getConstantGEP(llvm::LLVMContext &VMContext, in getConstantGEP() function 2843 return getConstantGEP(VMContext, Entry, 0, 0); in getBitmapBlockLayout() 5265 return getConstantGEP(VMContext, Entry, 0, 0); in GetClassName() 5514 return getConstantGEP(CGM.getLLVMContext(), Entry, 0, 0); in buildBitmap() 5611 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarName() 5626 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarType() 5637 return getConstantGEP(VMContext, Entry, 0, 0); in GetMethodVarType() 5645 return getConstantGEP(VMContext, Entry, 0, 0); in GetPropertyName()
|