/freebsd/contrib/wpa/wpa_supplicant/binder/ |
H A D | binder.cpp | 55 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 D | supplicant.cpp | 64 BinderManager *binder_manager = BinderManager::getInstance(); in CreateInterface() 115 BinderManager *binder_manager = BinderManager::getInstance(); in GetInterface()
|
H A D | binder_manager.h | 33 static BinderManager *getInstance();
|
H A D | binder_manager.cpp | 24 BinderManager *BinderManager::getInstance() in getInstance() function in wpa_supplicant_binder::BinderManager
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.h | 62 static LVCompare &getInstance(); 84 inline LVCompare &getComparator() { return LVCompare::getInstance(); } in getComparator()
|
H A D | LVReader.h | 322 static LVReader &getInstance(); 333 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCLabel.cpp | 18 OS << '"' << getInstance() << '"'; in print()
|
H A D | MCContext.cpp | 368 return Label->getInstance(); in GetInstance()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCLabel.h | 37 unsigned getInstance() const { return Instance; } in getInstance() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 432 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 D | macho_platform.cpp | 1292 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 D | PrecompiledPreamble.cpp | 146 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 D | TargetPassConfig.h | 74 Pass *getInstance() const { in getInstance() 73 Pass *getInstance() const { getInstance() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 154 LVReader &LVReader::getInstance() { in getInstance() function in LVReader
|
H A D | LVCompare.cpp | 101 LVCompare &LVCompare::getInstance() { in getInstance() function in LVCompare
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 373 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 D | ASTMatchersMacros.h | 59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
|
H A D | ASTMatchersInternal.h | 1913 static const Matcher &getInstance() {
|