Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h54 size_t getRefCount(const SymbolStringPtrBase &S) const;
129 size_t getRefCount() const {
309 SymbolStringPool::getRefCount(const SymbolStringPtrBase &S) const {
310 return S.getRefCount();
/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h93 const int getRefCount() const { return m_ref_count; }; in getRefCount() function
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp167 if(p_accessor->getRefCount() == 0) in destroyFileAccessor()