Home
last modified time | relevance | path

Searched defs:getPtr (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h53 Value *getPtr() { return PtrUse->get(); } in getPtr() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp229 void *Value::getPtr() const { in getPtr() function in Value
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h106 template <typename ErrT = ErrorInfoBase> ErrT *getPtr() const { in getPtr() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h356 void **getPtr(unsigned Idx) const { in getPtr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h269 void *getPtr() const { return reinterpret_cast<void *>(Ptr & ~PtrMask); } in getPtr() function
H A DExpr.h6440 Expr *getPtr() const { in getPtr() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h273 ErrorInfoBase *getPtr() const { in getPtr() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp111 static const char *getPtr(const MachOObjectFile &O, size_t Offset, in getPtr() function