Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h232 std::optional<int64_t> identifyObject(const void *Ptr) { in identifyObject() function
259 std::optional<int64_t> Out = identifyObject(Ptr); in identifyKnownObject()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPI.cpp276 if (StringAllocator.identifyObject(String.data())) in copyString()