Searched defs:EmitFromMemory (Results 1 - 1 of 1) sorted by path

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1102 return EmitFromMemory(V, Ty);
1153 return EmitFromMemory(Load, Ty);
1170 llvm::Value *CodeGenFunction::EmitFromMemory(llvm::Value *Value, QualType Ty) { function in class:CodeGenFunction
1539 *Result = EmitFromMemory(ResultVal, Dst.getType());

Completed in 546 milliseconds