Home
last modified time | relevance | path

Searched refs:Finalize (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h38 WrapperFunctionCall Finalize; member
91 return AL::size(AAP.Finalize, AAP.Dealloc); in size()
96 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc); in serialize()
101 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc); in deserialize()
H A DMemoryFlags.h83 Finalize, enumerator
97 case MemLifetime::Finalize:
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp21 if (AA.Finalize) in runFinalizeActions()
23 if (auto Err = AA.Finalize.runWithSPSRetErrorMerged()) { in runFinalizeActions()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProgressDocstrings.i69 Note once finalized, no further increments will be processed.") lldb::SBProgress::Finalize;
H A DSBProgressExtensions.i10 self.Finalize()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProgress.h65 void Finalize();
H A DSBReproducer.h49 static const char *Finalize(const char *path);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp75 const char *SBReproducer::Finalize(const char *path) { in Finalize() function in SBReproducer
H A DSBProgress.cpp52 void SBProgress::Finalize() { in Finalize() function in SBProgress
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h35 void Finalize();
H A DNameToDIE.cpp25 void NameToDIE::Finalize() { in Finalize()
24 void NameToDIE::Finalize() { Finalize() function in NameToDIE
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h69 void Finalize(unsigned &PersonalityIndex,
H A DARMUnwindOpAsm.cpp158 void UnwindOpcodeAssembler::Finalize(unsigned &PersonalityIndex, in Finalize() function in UnwindOpcodeAssembler
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h35 ExecutorAddr Finalize; member
H A DEPCGenericRTDyldMemoryManager.h34 ExecutorAddr Finalize; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp104 symtab.Finalize(); in AddSymbols()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc157 /* Finalize GHASH(AAD) if AAD partial blocks left unprocessed */
176 /* Finalize AAD processing */
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp157 m_option_group.Finalize(); in CommandObjectPlatformSelect()
314 m_platform_options->Finalize(); in GetOptions()
404 m_options.Finalize(); in GetOptions()
452 m_options.Finalize(); in GetOptions()
505 m_options.Finalize(); in GetOptions()
1055 m_all_options.Finalize(); in CommandObjectPlatformProcessLaunch()
1533 m_all_options.Finalize(); in CommandObjectPlatformProcessAttach()
H A DCommandObjectDWIMPrint.cpp48 m_option_group.Finalize(); in CommandObjectDWIMPrint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp57 Finalize(true /* destructing */); in ~ProcessTrace()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md36 // Finalize the hash. Default output length is 32 bytes.
77 // Finalize the hash. LLVM_BLAKE3_OUT_LEN is the default output length, 32 bytes.
164 Finalize the hasher and return an output of any length, given in bytes.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h276 Finalize, enumerator
345 case OpenACCClauseKind::Finalize: in printOpenACCClauseKind()
H A DOpenACCClauses.def51 VISIT_CLAUSE(Finalize)
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp28 {SAs.Finalize, rt::SimpleExecutorMemoryManagerFinalizeWrapperName}, in CreateWithDefaultBootstrapSymbols()
273 SAs.Finalize, FinalizeErr, SAs.Instance, std::move(FR))) { in finalizeMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h121 void Finalize(const lldb_private::ArchSpec &arch);

1234