Searched defs:Ptr (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DSmallPtrSet.cpp41 bool SmallPtrSetImpl::insert_imp(const void * Ptr) { argument
[all...]
H A Dcircular_raw_ostream.cpp18 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) { argument
H A Draw_os_ostream.cpp26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { argument
H A DFormattedStream.cpp23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) { argument
41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { argument
70 write_impl(const char *Ptr, size_t Size) argument
[all...]
H A DTwine.cpp58 void Twine::printOneChild(raw_ostream &OS, Child Ptr, argument
102 printOneChildRepr(raw_ostream &OS, Child Ptr, NodeKind Kind) const argument
[all...]
H A DAllocator.cpp35 char *BumpPtrAllocator::AlignPtr(char *Ptr, size_t Alignment) { argument
100 char *Ptr = AlignPtr(CurPtr, Alignment); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLibCallSemantics.cpp23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { argument
H A DLoads.cpp168 Value *llvm::FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB, argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DNullablePtr.h27 T *Ptr; member in class:llvm::NullablePtr
[all...]
H A DPointerIntPair.h60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) { argument
76 void setPointer(PointerTy Ptr) { argument
H A DOwningPtr.h31 T *Ptr; member in class:llvm::OwningPtr
85 T *Ptr; member in class:llvm::OwningArrayPtr
[all...]
H A DSmallPtrSet.h254 bool insert(PtrType Ptr) { argument
260 bool erase(PtrType Ptr) { argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DValueTracking.h123 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset, argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DSMLoc.h24 const char *Ptr; member in class:llvm::SMLoc
35 static SMLoc getFromPointer(const char *Ptr) { argument
[all...]
H A DManagedStatic.h32 static void call(void * Ptr) { delete (T*)Ptr; } argument
35 static void call(void * Ptr) { delete[] (T*)Ptr; } argument
43 mutable void *Ptr; member in class:llvm::ManagedStaticBase
[all...]
H A DAllocator.h46 void Deallocate(const void *Ptr) { free(const_cast<void*>(Ptr)); } argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DAllocatorTest.cpp146 uintptr_t Ptr = (uintptr_t)Alloc.Allocate(3000, 2048); local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dvms-hdr.c168 unsigned char *Ptr; member in struct:__anon7586
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLowerAtomic.cpp25 Value *Ptr = CXI->getPointerOperand(); local
41 Value *Ptr = RMWI->getPointerOperand(); local
H A DSimplifyCFGPass.cpp146 Value *Ptr = SI->getOperand(1); local
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmLexer.cpp354 bool AsmLexer::isAtStatementSeparator(const char *Ptr) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMJITInfo.cpp141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, argument
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DIRBuilder.cpp42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { argument
64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, argument
125 CallInst *IRBuilderBase::CreateLifetimeStart(Value *Ptr, ConstantIn argument
140 CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineRelocation.h321 void setResultPointer(void *Ptr) { argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIntrinsicInst.h153 void setDest(Value *Ptr) { argument
234 void setSource(Value *Ptr) { argument

Completed in 148 milliseconds

1234