Searched refs:once_flag (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h762 /// We need a llvm::once_flag that we can use to avoid locking the module
765 /// need to use a std::unique_ptr to a llvm::once_flag so if we clear the
767 std::unique_ptr<llvm::once_flag> m_symtab_once_up;
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.h326 llvm::once_flag initDwarf;
H A DSyntheticSections.h655 llvm::once_flag onceFlag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp101 static llvm::once_flag g_once_flag;
/freebsd-current/usr.bin/fetch/
H A Dfetch.c74 static int once_flag; /* -1: stop at first successful file */ variable
922 once_flag = 1;
1194 if (e == 0 && once_flag)
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp250 m_symtab_once_up(new llvm::once_flag()) {
271 m_symtab_up(), m_symtab_once_up(new llvm::once_flag()) {
583 // Since we need to clear the symbol table, we need a new llvm::once_flag
585 m_symtab_once_up.reset(new llvm::once_flag());
740 // llvm::once_flag, lock it, and then set the unique pointer. Any other
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1505 static llvm::once_flag g_initialize;
1522 static llvm::once_flag g_initialize;
1588 static llvm::once_flag g_initialize;
H A DCPlusPlusNameParser.cpp744 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64_with_base_shared.cpp239 static std::once_flag once_flag_x86, once_flag_x86_64,
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.h190 llvm::once_flag initDwarf;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp147 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp230 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp963 static std::once_flag g_once_flag;
997 static std::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp139 static llvm::once_flag InitializeRegisterBankFlag;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp301 static llvm::once_flag InitializeDefaultRVVRegisterAllocatorFlag;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1509 std::once_flag *once) {
1546 std::once_flag *once) {
1553 std::once_flag *once) {
1560 std::once_flag *once) {
H A DModuleList.cpp743 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp567 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp98 static llvm::once_flag InitializeDefaultSGPRRegisterAllocatorFlag;
99 static llvm::once_flag InitializeDefaultVGPRRegisterAllocatorFlag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp853 static llvm::once_flag g_initialize;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp450 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp173 static llvm::once_flag g_once_flag;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp47 static llvm::once_flag InitializeRegisterBankFlag;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1322 static llvm::once_flag InitializeDefaultRegisterAllocatorFlag;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3119 llvm::once_flag m_dlopen_utility_func_flag_once;

Completed in 498 milliseconds

123