• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/

Lines Matching refs:LLVMBool

535 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
545 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
625 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A);
626 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A);
819 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
859 LLVMBool HasSideEffects, LLVMBool IsAlignStack,
1096 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
1229 LLVMBool IsVarArg);
1234 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
1282 unsigned ElementCount, LLVMBool Packed);
1290 LLVMBool Packed);
1312 unsigned ElementCount, LLVMBool Packed);
1345 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
1352 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1359 LLVMBool LLVMIsLiteralStruct(LLVMTypeRef StructTy);
1679 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1684 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1849 LLVMBool LLVMIsNull(LLVMValueRef Val);
1885 LLVMBool SignExtend);
1956 double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool *losesInfo);
1976 unsigned Length, LLVMBool DontNullTerminate);
1988 LLVMBool DontNullTerminate);
1995 LLVMBool LLVMIsConstantString(LLVMValueRef c);
2011 unsigned Count, LLVMBool Packed);
2022 LLVMBool Packed);
2138 LLVMBool isSigned);
2161 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
2179 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
2200 LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global);
2202 void LLVMSetUnnamedAddr(LLVMValueRef Global, LLVMBool HasUnnamedAddr);
2306 LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar);
2307 void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal);
2308 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
2309 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
2312 LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar);
2313 void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit);
2408 LLVMBool LLVMHasPersonalityFn(LLVMValueRef Fn);
2484 LLVMBool LLVMIntrinsicIsOverloaded(unsigned ID);
2855 LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val);
3274 LLVMBool LLVMIsTailCall(LLVMValueRef CallInst);
3283 void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall);
3368 LLVMBool LLVMIsConditional(LLVMValueRef Branch);
3431 LLVMBool LLVMIsInBounds(LLVMValueRef GEP);
3436 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds);
3646 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad);
3649 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
3827 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
3828 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
3829 LLVMBool LLVMGetWeak(LLVMValueRef CmpXchgInst);
3830 void LLVMSetWeak(LLVMValueRef CmpXchgInst, LLVMBool IsWeak);
3874 LLVMTypeRef DestTy, LLVMBool IsSigned,
3929 LLVMBool singleThread, const char *Name);
3933 LLVMBool singleThread);
3938 LLVMBool SingleThread);
3960 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst);
3961 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
4002 LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(const char *Path,
4005 LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
4010 LLVMBool RequiresNullTerminator);
4060 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M);
4065 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM);
4071 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F);
4076 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM);
4098 LLVMBool LLVMStartMultithreaded(void);
4106 LLVMBool LLVMIsMultithreaded(void);