Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 25 of 203) sorted by relevance

123456789

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h32 Instance->init(); in init()
34 FallbackTSD.init(Instance); in init()
42 init(Instance); // Sets Initialized. in initOnceMaybe()
46 DCHECK(Instance); in unmapTestOnly()
49 Instance); in unmapTestOnly()
50 ThreadTSD.commitBack(Instance); in unmapTestOnly()
55 FallbackTSD.commitBack(Instance); in unmapTestOnly()
65 Instance->drainCache(&ThreadTSD); in drainCaches()
74 initThread(Instance, MinimalInit); in initThreadMaybe()
130 initOnceMaybe(Instance); in initThread()
[all …]
H A Dtsd_shared.h29 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
31 Instance->init(); in init()
33 TSDs[I].init(Instance); in init()
44 init(Instance); // Sets Initialized. in initOnceMaybe()
49 TSDs[I].commitBack(Instance); in unmapTestOnly()
57 void drainCaches(Allocator *Instance) { in drainCaches()
61 Instance->drainCache(&TSDs[I]); in drainCaches()
66 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()
70 initThread(Instance); in initThreadMaybe()
187 initOnceMaybe(Instance); in initThread()
[all …]
H A Dtsd.h31 void init(Allocator *Instance) NO_THREAD_SAFETY_ANALYSIS { in alignas()
34 Instance->initCache(&Cache); in alignas()
56 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in alignas()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp79 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
80 Instance.createDiagnostics( in onBodySynthesis()
84 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
88 Instance.setFileManager(&CI.getFileManager()); in onBodySynthesis()
89 Instance.setSourceManager(&SM); in onBodySynthesis()
90 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
91 Instance.setASTContext(&CI.getASTContext()); in onBodySynthesis()
102 Instance.getPreprocessor().FinalizeForModelFile(); in onBodySynthesis()
104 Instance.resetAndLeakSourceManager(); in onBodySynthesis()
105 Instance.resetAndLeakFileManager(); in onBodySynthesis()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp98 FileSystem::Instance().Exists(symbol_file_spec)) in LocateExecutableSymbolFile()
110 FileSystem::Instance().ResolveSymbolicLink(module_file_spec, in LocateExecutableSymbolFile()
116 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
125 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
134 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
141 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
163 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
164 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
189 FileSystem::Instance().Resolve(file_spec); in LocateExecutableSymbolFile()
195 if (FileSystem::Instance().Exists(file_spec)) { in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp153 FileSystem::Instance().Resolve(dsym_filespec); in LocateExecutableObjectFile()
235 FileSystem::Instance().Resolve(exec_filespec); in LocateExecutableObjectFile()
255 FileSystem::Instance().Resolve(file_spec); in LocateExecutableObjectFile()
337 FileSystem::Instance().GetVirtualFileSystem(); in FindSymbolFileInBundle()
408 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath()
414 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
430 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
446 if (FileSystem::Instance().Exists(dsym_yaa_fspec)) { in LookForDsymNextToExecutablePath()
595 FileSystem::Instance().Resolve(dsym_filespec); in LocateMacOSXFilesUsingDebugSymbols()
697 FileSystem::Instance().Resolve(file_spec); in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLabel.h25 unsigned Instance; variable
30 MCLabel(unsigned instance) : Instance(instance) {} in MCLabel()
37 unsigned getInstance() const { return Instance; } in getInstance()
40 unsigned incInstance() { return ++Instance; } in incInstance()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp21 CompilerInstance &Instance; member in __anonb95261930111::InterfaceStubFunctionsConsumer
69 !Instance.getLangOpts().GNUInline) in WriteNamedDecl()
119 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input) in WriteNamedDecl()
233 Instance.getDiagnostics().Report(diag::err_asm_invalid_type_in_input) in HandleNamedDecl()
239 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile, in InterfaceStubFunctionsConsumer() argument
241 : Instance(Instance), InFile(InFile), Format(Format) {} in InterfaceStubFunctionsConsumer()
269 auto OS = Instance.createDefaultOutputFile(/*Binary=*/false, InFile, "ifs"); in HandleTranslationUnit()
273 if (Instance.getLangOpts().DelayedTemplateParsing) { in HandleTranslationUnit()
274 clang::Sema &S = Instance.getSema(); in HandleTranslationUnit()
300 << (Symbol.ParentName.empty() || Instance.getLangOpts().CPlusPlus in HandleTranslationUnit()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile() local
247 Instance.setInvocation( in visitModuleFile()
249 Instance.createDiagnostics( in visitModuleFile()
252 Instance.getFrontendOpts().DisableFree = false; in visitModuleFile()
253 Instance.getFrontendOpts().Inputs.clear(); in visitModuleFile()
254 Instance.getFrontendOpts().Inputs.emplace_back( in visitModuleFile()
256 Instance.getFrontendOpts().ModuleFiles.clear(); in visitModuleFile()
257 Instance.getFrontendOpts().ModuleMapFiles.clear(); in visitModuleFile()
259 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
264 Instance.ExecuteAction(Action); in visitModuleFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp32 if (FileSystem::Instance().IsDirectory(clang_path)) in VerifyClangPath()
80 FileSystem::Instance().Resolve(file_spec); in DefaultComputeClangResourceDirectory()
128 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
143 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
154 FileSystem::Instance().Resolve(file_spec); in ComputeClangResourceDirectory()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp43 FileSystem::Instance().Resolve(*m_opaque_up); in SBFileSpec()
51 FileSystem::Instance().Resolve(*m_opaque_up); in SBFileSpec()
89 return FileSystem::Instance().Exists(*m_opaque_up); in Exists()
95 return FileSystem::Instance().ResolveExecutableLocation(*m_opaque_up); in ResolveExecutableLocation()
103 FileSystem::Instance().Resolve(result); in ResolvePath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp67 {{SAs.Instance, rt::SimpleExecutorDylibManagerInstanceName}, in CreateWithDefaultBootstrapSymbols()
79 SAs.Open, H, SAs.Instance, Path, Mode)) in open()
91 SAs.Lookup, Result, SAs.Instance, H, Lookup)) in lookup()
103 SAs.Lookup, Result, SAs.Instance, H, Lookup)) in lookup()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp32 FileSystem &fs = FileSystem::Instance(); in LaunchProcess()
36 FileSystem::Instance().Resolve(exe_spec); in LaunchProcess()
39 FileSystem::Instance().ResolveExecutableLocation(exe_spec); in LaunchProcess()
H A DZipFileResolver.cpp60 uint64_t zip_file_size = FileSystem::Instance().GetByteSize(zip_file_spec); in ResolveSharedLibraryPath()
62 FileSystem::Instance().CreateDataBuffer(zip_file_spec, zip_file_size); in ResolveSharedLibraryPath()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp44 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
48 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
51 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
52 FileSystem::Instance().ResolveExecutableLocation( in ResolveExecutable()
58 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
61 const uint32_t permissions = FileSystem::Instance().GetPermissions( in ResolveExecutable()
84 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
153 if (FileSystem::Instance().Readable( in ResolveExecutable()
H A DModuleCache.cpp135 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
162 auto file = FileSystem::Instance().Open( in ModuleLock()
232 if (!FileSystem::Instance().Exists(module_file_path)) in Get()
234 if (FileSystem::Instance().GetByteSize(module_file_path) != in Get()
260 if (FileSystem::Instance().Exists(symfile_spec)) in Get()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp65 FileSystem::Instance().Resolve(m_current_value); in SetValueFromString()
93 const auto file_mod_time = FileSystem::Instance().GetModificationTime(m_current_value); in GetFileContents()
97 FileSystem::Instance().CreateDataBuffer(m_current_value.GetPath()); in GetFileContents()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp219 if (hasScalarValue(Def, Instance)) { in get()
221 .PerPartScalars[Def][Instance.Part][Instance.Lane.mapToCacheIndex(VF)]; in get()
224 assert(hasVectorValue(Def, Instance.Part)); in get()
225 auto *VecPart = Data.PerPartOutput[Def][Instance.Part]; in get()
385 Value *ScalarInst = get(Def, Instance); in packScalarIntoVectorValue()
386 Value *VectorValue = get(Def, Instance.Part); in packScalarIntoVectorValue()
389 set(Def, VectorValue, Instance.Part); in packScalarIntoVectorValue()
434 bool Replica = State->Instance && !State->Instance->isFirstIteration(); in execute()
656 State->Instance = VPIteration(0, 0); in execute()
659 State->Instance->Part = Part; in execute()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h39 CompilerInstance *Instance; variable
120 assert(Instance && "Compiler instance not registered!"); in getCompilerInstance()
121 return *Instance; in getCompilerInstance()
124 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp81 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable()
207 if (FileSystem::Instance().Exists(name_filespec)) in LoadBinaryWithUUIDAndAddress()
225 if (FileSystem::Instance().Exists(module_spec.GetFileSpec()) && in LoadBinaryWithUUIDAndAddress()
226 FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec())) { in LoadBinaryWithUUIDAndAddress()
236 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LoadBinaryWithUUIDAndAddress()
245 if (!module_sp && FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadBinaryWithUUIDAndAddress()
/freebsd-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,spi-bcm-qspi.txt27 "brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi" : Second Instance of MSPI
29 "brcm,spi-bcm7425-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
31 "brcm,spi-bcm7429-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
33 "brcm,spi-bcm7435-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
35 "brcm,spi-bcm7445-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
37 "brcm,spi-bcm7216-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
39 "brcm,spi-bcm7278-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
/freebsd-14.2/sys/contrib/dev/acpica/components/tables/
H A Dtbxface.c385 UINT32 Instance, in ACPI_EXPORT_SYMBOL_INIT()
410 if (++j < Instance) in ACPI_EXPORT_SYMBOL_INIT()
476 UINT32 Instance, in ACPI_EXPORT_SYMBOL()
512 if (++j < Instance) in ACPI_EXPORT_SYMBOL()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttemplate.c186 UINT32 Instance);
679 UINT32 Instance) in DtEmitDefinitionBlock() argument
691 Signature, Signature, Instance, Signature, Instance); in DtEmitDefinitionBlock()
/freebsd-14.2/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi.h92 acpi_get_table(ACPI_STRING Signature, UINT32 Instance, in acpi_get_table() argument
95 return (AcpiGetTable(Signature, Instance, OutTable)); in acpi_get_table()
/freebsd-14.2/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt13 Manufacturer ID, Product code, Device index, and Instance value for
24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus
28 Instance ID Is for the cases where multiple Devices of the

123456789