Lines Matching refs:LLVMBool

522 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
675 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
802 LLVMBool IsVarArg);
807 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
855 unsigned ElementCount, LLVMBool Packed);
863 LLVMBool Packed);
885 unsigned ElementCount, LLVMBool Packed);
918 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
925 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1205 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1210 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1370 LLVMBool LLVMIsNull(LLVMValueRef Val);
1406 LLVMBool SignExtend);
1477 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *losesInfo);
1497 unsigned Length, LLVMBool DontNullTerminate);
1509 LLVMBool DontNullTerminate);
1516 LLVMBool LLVMIsConstantString(LLVMValueRef c);
1532 unsigned Count, LLVMBool Packed);
1543 LLVMBool Packed);
1653 LLVMBool isSigned);
1673 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
1692 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1701 LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global);
1702 void LLVMSetUnnamedAddr(LLVMValueRef Global, LLVMBool HasUnnamedAddr);
1754 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
1755 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
1756 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1757 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
1760 LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar);
1761 void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit);
2101 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
2418 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
2427 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
2470 LLVMBool LLVMIsConditional(LLVMValueRef Branch);
2605 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
2692 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
2693 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
2778 LLVMBool singleThread, const char *Name);
2782 LLVMBool singleThread);
2816 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2819 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
2824 LLVMBool RequiresNullTerminator);
2874 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2879 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
2885 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
2890 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);
2912 LLVMBool LLVMStartMultithreaded(void);
2920 LLVMBool LLVMIsMultithreaded(void);