Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAllocator.h232 llvm::Optional<int64_t> identifyObject(const void *Ptr) { in identifyObject() function
259 Optional<int64_t> Out = identifyObject(Ptr); in identifyKnownObject()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h131 return allocator.identifyObject(ptr).has_value(); in allocated()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp208 if (StringAllocator.identifyObject(String.data())) in copyString()