Home
last modified time | relevance | path

Searched refs:allocateSpace (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dlbzux.ll5 define fastcc void @allocateSpace(i1 %cond1, i1 %cond2) nounwind {
43 ; CHECK: @allocateSpace
/external/llvm/tools/lli/
DRemoteTarget.h47 virtual bool allocateSpace(size_t Size,
DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace() function in RemoteTarget
DRemoteTargetExternal.h49 bool allocateSpace(size_t Size, unsigned Alignment,
DRemoteMemoryManager.cpp133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr)) in notifyObjectLoaded()
DRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, in allocateSpace() function in RemoteTargetExternal
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp116 RT->allocateSpace(AllocSize, Alignment, Addr); in handleAllocateSpace()
/external/sqlite/dist/
Dsqlite3.c55985 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
60842 rc = allocateSpace(pPage, sz, &idx);
/external/sqlite/dist/orig/
Dsqlite3.c55967 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
60824 rc = allocateSpace(pPage, sz, &idx);