Searched refs:bccAssert (Results 1 – 7 of 7) sorted by relevance
115 bccAssert(mpGOTBase != NULL && "Cannot allocate the GOT multiple times"); in AllocateGOT()153 bccAssert(FunctionEnd > FunctionStart); in endFunctionBody()154 bccAssert(FunctionStart == (getCodeMemBase() + mCurFuncMemIdx) && in endFunctionBody()159 bccAssert(FunctionCodeSize <= getFreeCodeMemSize() && in endFunctionBody()164 bccAssert(mFunctionMap.find(F) == mFunctionMap.end() && in endFunctionBody()228 bccAssert((FunctionStart == NULL) && "Memory is never allocated!"); in deallocateFunctionBody()233 bccAssert(SizeNeedMove >= 0 && in deallocateFunctionBody()
201 bccAssert(false && in startExceptionTable()209 bccAssert(false && in endExceptionTable()218 bccAssert(false && in deallocateExceptionTable()
315 bccAssert(Result.IntVal.getBitWidth() <= 64 && "Bad pointer width"); in GetConstantValue()329 bccAssert(DestTy->isFloatingPointTy() && "invalid bitcast"); in GetConstantValue()337 bccAssert(DestTy->isIntegerTy(32) && "Invalid bitcast"); in GetConstantValue()342 bccAssert(DestTy->isIntegerTy(64) && "Invalid bitcast"); in GetConstantValue()347 bccAssert(DestTy->isPointerTy() && "Invalid bitcast"); in GetConstantValue()575 bccAssert(false && "JIT does not support address-of-label yet!"); in GetConstantValue()604 bccAssert(((IntVal.getBitWidth() + 7) / 8 >= StoreBytes) && in StoreValueToMemory()809 bccAssert(mpTargetMachine->getRelocationModel() == llvm::Reloc::Static && in emitJumpTableInfo()904 bccAssert(false && "Alias should be resolved ultimately!"); in GetPointerToGlobal()977 bccAssert((F->isDeclaration() || F->hasAvailableExternallyLinkage()) && in GetPointerToFunction()[all …]
210 bccAssert(Index < mpConstantPool->getConstants().size() && in getConstantPoolEntryAddress()227 bccAssert(mLabelLocations.count(Label) && "Label not emitted!"); in getLabelAddress()
29 #define bccAssert(v) do {} while (0) macro32 #define bccAssert(v) \ macro
84 bccAssert(false && "Table is corrupted (runtime name should be sorted " in VerifyRuntimesTable()
614 bccAssert((varList.size() == ExportVarMetadata->getNumOperands()) && in runCodeGen()