HomeSort by relevance Sort by last modified time
    Searched refs:MakeAddr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 274 static LValue MakeAddr(llvm::Value *address, QualType type,
CGAtomic.cpp 119 return LValue::MakeAddr(addr, getValueType(), lvalue.getAlignment(),
339 LValue lvalue = LValue::MakeAddr(Ptr, AtomicTy, alignChars, getContext());
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 117 LValue LV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
125 LValue KeyLV = LValue::MakeAddr(Builder.CreateStructGEP(Keys, i),
133 LValue ValueLV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
    [all...]
CGExpr.cpp     [all...]

Completed in 183 milliseconds