• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/include/llvm-c/

Lines Matching defs:LLVMBool

77 typedef int LLVMBool;
486 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
631 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
741 LLVMBool IsVarArg);
746 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
794 unsigned ElementCount, LLVMBool Packed);
802 LLVMBool Packed);
824 unsigned ElementCount, LLVMBool Packed);
850 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
857 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1121 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1126 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1276 LLVMBool LLVMIsNull(LLVMValueRef Val);
1312 LLVMBool SignExtend);
1395 unsigned Length, LLVMBool DontNullTerminate);
1407 LLVMBool DontNullTerminate);
1416 unsigned Count, LLVMBool Packed);
1427 LLVMBool Packed);
1529 LLVMBool isSigned);
1549 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
1568 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1599 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
1600 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
1601 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1602 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
1921 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
2218 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
2227 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
2344 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
2431 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
2432 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
2545 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2548 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
2594 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2599 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
2605 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
2610 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);