Lines Matching refs:LLVMBool
612 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
765 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
890 LLVMBool IsVarArg);
895 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
943 unsigned ElementCount, LLVMBool Packed);
951 LLVMBool Packed);
973 unsigned ElementCount, LLVMBool Packed);
999 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
1006 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1283 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1288 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1438 LLVMBool LLVMIsNull(LLVMValueRef Val);
1474 LLVMBool SignExtend);
1557 unsigned Length, LLVMBool DontNullTerminate);
1569 LLVMBool DontNullTerminate);
1578 unsigned Count, LLVMBool Packed);
1589 LLVMBool Packed);
1692 LLVMBool isSigned);
1712 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
1731 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1740 LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global);
1741 void LLVMSetUnnamedAddr(LLVMValueRef Global, LLVMBool HasUnnamedAddr);
1793 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
1794 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
1795 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1796 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
1799 LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar);
1800 void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit);
2126 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
2423 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
2432 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
2549 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
2636 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
2637 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
2720 LLVMBool singleThread, const char *Name);
2724 LLVMBool singleThread);
2758 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2761 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
2766 LLVMBool RequiresNullTerminator);
2816 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2821 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
2827 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
2832 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);
2854 LLVMBool LLVMStartMultithreaded(void);
2862 LLVMBool LLVMIsMultithreaded(void);