Home
last modified time | relevance | path

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

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