Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:LLVMBool

65 typedef int LLVMBool;
539 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
684 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
794 LLVMBool IsVarArg);
799 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
847 unsigned ElementCount, LLVMBool Packed);
855 LLVMBool Packed);
877 unsigned ElementCount, LLVMBool Packed);
903 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
910 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1174 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1179 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1329 LLVMBool LLVMIsNull(LLVMValueRef Val);
1365 LLVMBool SignExtend);
1448 unsigned Length, LLVMBool DontNullTerminate);
1460 LLVMBool DontNullTerminate);
1469 unsigned Count, LLVMBool Packed);
1480 LLVMBool Packed);
1582 LLVMBool isSigned);
1602 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
1621 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1652 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
1653 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
1654 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1655 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
1658 LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar);
1659 void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit);
1985 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
2282 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
2291 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
2408 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
2495 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
2496 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
2579 LLVMBool singleThread);
2613 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2616 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
2621 LLVMBool RequiresNullTerminator);
2671 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2676 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
2682 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
2687 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);
2711 LLVMBool LLVMStartMultithreaded();
2720 LLVMBool LLVMIsMultithreaded();