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

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 30 PointerTy PointerVal;
37 explicit GenericValue(void *V) : PointerVal(V), IntVal(1,0) { }
41 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 35 GenVal->PointerVal = P;
68 return unwrap(GenVal)->PointerVal;
ExecutionEngine.cpp 554 char* tmp = (char*) Result.PointerVal;
640 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
649 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
802 Result.PointerVal = 0;
869 memset(&(Ptr->PointerVal), 0, StoreBytes);
871 *((PointerTy*)Ptr) = Val.PointerVal;
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 195 Result.PointerVal =
196 static_cast<uint8_t*>(Result.PointerVal) + Offset;
305 (Result.PointerVal));
317 Result.PointerVal =
558 Result.PointerVal = NULL;
563 Result.PointerVal =
570 Result.PointerVal =
651 *((llvm::PointerTy*) Addr) = Val.PointerVal;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 123 Dest.IntVal = APInt(1,(void*)(intptr_t)Src1.PointerVal OP \
124 (void*)(intptr_t)Src2.PointerVal); \
752 assert(Result.PointerVal != 0 && "Null pointer returned by malloc!");
796 Result.PointerVal = ((char*)getOperandValue(Ptr, SF).PointerVal) + Total;
    [all...]
ExternalFunctions.cpp 236 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break;
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 31 field [llvm::GenericValue::PointerVal]. *)
57 field [llvm::GenericValue::PointerVal]. *)
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]

Completed in 389 milliseconds