Home
last modified time | relevance | path

Searched refs:getNativePointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h64 const void *getNativePointer(unsigned Idx);
H A DProgram.cpp29 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer() function in Program
H A DDisasm.cpp41 SS << reinterpret_cast<T>(P.getNativePointer(ID)); in printArg()
H A DInterp.h3497 return reinterpret_cast<T>(S.P.getNativePointer(ID)); in ReadArg()