Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp104 if (Allocator.identifyObject(String.data())) in copyString()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h237 std::optional<int64_t> identifyObject(const void *Ptr) { in identifyObject() function
264 std::optional<int64_t> Out = identifyObject(Ptr); in identifyKnownObject()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp280 if (StringAllocator.identifyObject(String.data())) in copyString()