Searched refs:allocateSpace (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | lbzux.ll | 5 define fastcc void @allocateSpace(i1 %cond1, i1 %cond2) nounwind { 43 ; CHECK: @allocateSpace
|
/external/llvm/tools/lli/ |
D | RemoteTarget.h | 47 virtual bool allocateSpace(size_t Size,
|
D | RemoteTarget.cpp | 31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace() function in RemoteTarget
|
D | RemoteTargetExternal.h | 49 bool allocateSpace(size_t Size, unsigned Alignment,
|
D | RemoteMemoryManager.cpp | 133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr)) in notifyObjectLoaded()
|
D | RemoteTargetExternal.cpp | 31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace() function in RemoteTargetExternal
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 116 RT->allocateSpace(AllocSize, Alignment, Addr); in handleAllocateSpace()
|
/external/sqlite/dist/ |
D | sqlite3.c | 55985 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ 60842 rc = allocateSpace(pPage, sz, &idx);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 55967 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ 60824 rc = allocateSpace(pPage, sz, &idx);
|