OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bccAssert
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/include/bcc/
bcc_assert.h
29
#define
bccAssert
(v) do {} while (0)
32
#define
bccAssert
(v) \
35
fprintf(stderr, "
bccAssert
failed at %s:%d - '%s'\n", \
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp
115
bccAssert
(mpGOTBase != NULL && "Cannot allocate the GOT multiple times");
153
bccAssert
(FunctionEnd > FunctionStart);
154
bccAssert
(FunctionStart == (getCodeMemBase() + mCurFuncMemIdx) &&
159
bccAssert
(FunctionCodeSize <= getFreeCodeMemSize() &&
164
bccAssert
(mFunctionMap.find(F) == mFunctionMap.end() &&
228
bccAssert
((FunctionStart == NULL) && "Memory is never allocated!");
233
bccAssert
(SizeNeedMove >= 0 &&
CodeMemoryManager.h
201
bccAssert
(false &&
209
bccAssert
(false &&
218
bccAssert
(false &&
CodeEmitter.cpp
315
bccAssert
(Result.IntVal.getBitWidth() <= 64 && "Bad pointer width");
329
bccAssert
(DestTy->isFloatingPointTy() && "invalid bitcast");
337
bccAssert
(DestTy->isIntegerTy(32) && "Invalid bitcast");
342
bccAssert
(DestTy->isIntegerTy(64) && "Invalid bitcast");
347
bccAssert
(DestTy->isPointerTy() && "Invalid bitcast");
575
bccAssert
(false && "JIT does not support address-of-label yet!");
604
bccAssert
(((IntVal.getBitWidth() + 7) / 8 >= StoreBytes) &&
809
bccAssert
(mpTargetMachine->getRelocationModel() == llvm::Reloc::Static &&
904
bccAssert
(false && "Alias should be resolved ultimately!");
977
bccAssert
((F->isDeclaration() || F->hasAvailableExternallyLinkage()) &
[
all
...]
CodeEmitter.h
210
bccAssert
(Index < mpConstantPool->getConstants().size() &&
227
bccAssert
(mLabelLocations.count(Label) && "Label not emitted!");
/frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.c
84
bccAssert
(false && "Table is corrupted (runtime name should be sorted "
Compiler.cpp
614
bccAssert
((varList.size() == ExportVarMetadata->getNumOperands()) &&
Completed in 64 milliseconds