Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h62 static LVCompare &getInstance();
84 inline LVCompare &getComparator() { return LVCompare::getInstance(); } in getComparator()
H A DLVReader.h322 static LVReader &getInstance();
333 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCLabel.cpp18 OS << '"' << getInstance() << '"'; in print()
H A DMCContext.cpp368 return Label->getInstance(); in GetInstance()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLabel.h37 unsigned getInstance() const { return Instance; } in getInstance() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp432 void *getInstance(const char *ThreadData);
439 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anonb364b2400111::ELFNixPlatformRuntimeTLVManager
528 return TLVMgr->getInstance( in __orc_rt_elfnix_tls_get_addr_impl()
H A Dmacho_platform.cpp1292 void *getInstance(const char *ThreadData); in __orc_rt_macho_run_program()
1299 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in __orc_rt_macho_run_program()
1468 return TLVMgr->getInstance(
1098 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { getInstance() function in __anon3d23d5020211::MachOPlatformRuntimeTLVManager
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp146 static TemporaryFiles &getInstance();
168 TemporaryFiles &TemporaryFiles::getInstance() { in getInstance() function in __anon90aee0a50111::TemporaryFiles
236 ~TempPCHFile() { TemporaryFiles::getInstance().removeFile(FilePath); }; in ~TempPCHFile()
243 TemporaryFiles::getInstance().addFile(this->FilePath); in TempPCHFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h74 Pass *getInstance() const { in getInstance()
73 Pass *getInstance() const { getInstance() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp154 LVReader &LVReader::getInstance() { in getInstance() function in LVReader
H A DLVCompare.cpp101 LVCompare &LVCompare::getInstance() { in getInstance() function in LVCompare
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp373 return InsertedPassID.getInstance(); in getInsertedPass()
613 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass()
747 P = FinalPtr.getInstance(); in addPass()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1913 static const Matcher &getInstance() {