Home
last modified time | relevance | path

Searched refs:NativePointerIndices (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h184 llvm::DenseMap<const void *, unsigned> NativePointerIndices; variable
H A DProgram.cpp22 NativePointerIndices.try_emplace(Ptr, NativePointers.size()); in getOrCreateNativePointer()