Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/binder/
H A Dbinder.cpp55 binder_manager = wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_init()
86 wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_register_interface()
99 wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_unregister_interface()
H A Dsupplicant.cpp64 BinderManager *binder_manager = BinderManager::getInstance(); in CreateInterface()
115 BinderManager *binder_manager = BinderManager::getInstance(); in GetInterface()
H A Dbinder_manager.h33 static BinderManager *getInstance();
H A Dbinder_manager.cpp24 BinderManager *BinderManager::getInstance() in getInstance() function in wpa_supplicant_binder::BinderManager
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadLocal.h38 void *getInstance();
51 T* get() { return static_cast<T*>(getInstance()); } in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreadLocal.inc51 void *ThreadLocalImpl::getInstance() {
67 void *ThreadLocalImpl::getInstance() { return data; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCLabel.cpp18 OS << '"' << getInstance() << '"'; in print()
H A DMCContext.cpp320 return Label->getInstance(); in GetInstance()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadLocal.cpp33 void *ThreadLocalImpl::getInstance() { in getInstance() function in llvm::ThreadLocalImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLabel.h37 unsigned getInstance() const { return Instance; } in getInstance() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreadLocal.inc35 void *sys::ThreadLocalImpl::getInstance() {
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp555 void *getInstance(const char *ThreadData);
562 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anon89ec89360111::MachOPlatformRuntimeTLVManager
649 return TLVMgr->getInstance( in __orc_rt_macho_tlv_get_addr_impl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp147 static TemporaryFiles &getInstance();
169 TemporaryFiles &TemporaryFiles::getInstance() { in getInstance() function in __anonbe5e8ed90111::TemporaryFiles
655 TemporaryFiles::getInstance().addFile(*this->FilePath); in TempPCHFile()
676 TemporaryFiles::getInstance().removeFile(*FilePath); in RemoveFileIfPresent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h73 Pass *getInstance() const { in getInstance() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp334 return InsertedPassID.getInstance(); in getInsertedPass()
609 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass()
744 P = FinalPtr.getInstance(); in addPass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1945 static const Matcher &getInstance() {