• Home
  • Raw
  • Download

Lines Matching refs:LLVMBool

77 typedef int LLVMBool;  typedef
492 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
637 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
747 LLVMBool IsVarArg);
752 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
800 unsigned ElementCount, LLVMBool Packed);
808 LLVMBool Packed);
830 unsigned ElementCount, LLVMBool Packed);
856 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
863 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1127 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1132 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1282 LLVMBool LLVMIsNull(LLVMValueRef Val);
1318 LLVMBool SignExtend);
1401 unsigned Length, LLVMBool DontNullTerminate);
1413 LLVMBool DontNullTerminate);
1422 unsigned Count, LLVMBool Packed);
1433 LLVMBool Packed);
1535 LLVMBool isSigned);
1555 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
1574 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1605 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
1606 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
1607 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1608 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
1927 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
2224 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
2233 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
2350 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
2437 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
2438 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
2551 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
2554 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
2559 LLVMBool RequiresNullTerminator);
2607 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
2612 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
2618 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
2623 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);
2647 LLVMBool LLVMStartMultithreaded();
2656 LLVMBool LLVMIsMultithreaded();