Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h134 LLVM_ABI static CodeGenData &getInstance();
173 return CodeGenData::getInstance().hasOutlinedHashTree(); in hasOutlinedHashTree()
177 return CodeGenData::getInstance().hasStableFunctionMap(); in hasStableFunctionMap()
181 return CodeGenData::getInstance().getOutlinedHashTree(); in getOutlinedHashTree()
185 return CodeGenData::getInstance().getStableFunctionMap(); in getStableFunctionMap()
188 inline bool emitCGData() { return CodeGenData::getInstance().emitCGData(); } in emitCGData()
192 CodeGenData::getInstance().publishOutlinedHashTree(std::move(HashTree)); in publishOutlinedHashTree()
197 CodeGenData::getInstance().publishStableFunctionMap(std::move(FunctionMap)); in publishStableFunctionMap()
/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.h63 LLVM_ABI static LVCompare &getInstance();
85 inline LVCompare &getComparator() { return LVCompare::getInstance(); } in getComparator()
H A DLVReader.h349 static LVReader &getInstance();
360 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.cpp429 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/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/compiler-rt/lib/orc/
H A Delfnix_platform.cpp618 void *getInstance(const char *ThreadData);
625 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anonb364b2400111::ELFNixPlatformRuntimeTLVManager
768 return TLVMgr->getInstance( in __orc_rt_elfnix_tls_get_addr_impl()
H A Dmacho_platform.cpp1302 void *getInstance(const char *ThreadData);
1309 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() function in __anon3d23d5020311::MachOPlatformRuntimeTLVManager
1478 return TLVMgr->getInstance( in __orc_rt_macho_tlv_get_addr_impl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h73 Pass *getInstance() const { in getInstance() function
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp144 CodeGenData &CodeGenData::getInstance() { in getInstance() function in llvm::CodeGenData
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp381 return InsertedPassID.getInstance(); in getInsertedPass()
622 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass()
757 P = FinalPtr.getInstance(); in addPass()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp101 LVCompare &LVCompare::getInstance() { in getInstance() function in LVCompare
H A DLVReader.cpp152 LVReader &LVReader::getInstance() { in getInstance() function in LVReader
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h61 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1914 static const Matcher &getInstance() {
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24284 {"_ZN4llvm3sys15ThreadLocalImpl11getInstanceEv", "llvm::sys::ThreadLocalImpl::getInstance()"},