reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-c-test/echo.cpp
  247         Dst = LLVMGetIntrinsicDeclaration(M, ID, nullptr, 0);
  250         Dst = LLVMGetNamedFunction(M, Name);
  261       LLVMValueRef Dst = LLVMGetNamedGlobal(M, Name);
  270       LLVMValueRef Dst = LLVMGetNamedGlobalAlias(M, Name, NameLen);
  283     return LLVMConstInt(TypeCloner(M).Clone(Cst),
  290     return LLVMConstNull(TypeCloner(M).Clone(Cst));
  296     LLVMTypeRef Ty = TypeCloner(M).Clone(Cst);
  300       Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M));
  307     LLVMTypeRef Ty = TypeCloner(M).Clone(Cst);
  311       Elts.push_back(clone_constant(LLVMGetElementAsConstant(Cst, i), M));
  318     LLVMTypeRef Ty = TypeCloner(M).Clone(Cst);
  322       Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M));
  325     return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(),
  332     return LLVMGetUndef(TypeCloner(M).Clone(Cst));
  338     LLVMTypeRef Ty = TypeCloner(M).Clone(Cst);
  358       return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M),
  359                               TypeCloner(M).Clone(Cst));