Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h36 WrapperFunctionCall Finalize; member
83 return AL::size(AAP.Finalize, AAP.Dealloc); in size()
88 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc); in serialize()
93 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc); in deserialize()
H A DTargetProcessControlTypes.h143 if (AG.getMemDeallocPolicy() == MemDeallocPolicy::Finalize) in serialize()
159 MemDeallocPolicy MDP = (Val & FinalizeBit) ? MemDeallocPolicy::Finalize in deserialize()
H A DMemoryFlags.h82 Finalize enumerator
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp21 if (AA.Finalize) in runFinalizeActions()
22 if (auto Err = AA.Finalize.runWithSPSRetErrorMerged()) in runFinalizeActions()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBReproducer.h48 static const char *Finalize(const char *path);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBReproducer.cpp91 const char *SBReproducer::Finalize(const char *path) { in Finalize() function in SBReproducer
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h33 void Finalize();
H A DNameToDIE.cpp24 void NameToDIE::Finalize() { in Finalize() function in NameToDIE
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h68 void Finalize(unsigned &PersonalityIndex,
H A DARMUnwindOpAsm.cpp158 void UnwindOpcodeAssembler::Finalize(unsigned &PersonalityIndex, in Finalize() function in UnwindOpcodeAssembler
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h33 ExecutorAddr Finalize; member
H A DEPCGenericRTDyldMemoryManager.h32 ExecutorAddr Finalize; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp136 void Finalize();
158 Finalize(); in Build()
301 void EHProgramBuilder::Finalize() { in Finalize() function in EHProgramBuilder
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp53 Finalize(); in ~ProcessTrace()
H A DDynamicRegisterInfo.cpp379 Finalize(arch); in SetRegisterInfo()
422 Finalize(arch); in SetRegisterInfo()
426 void DynamicRegisterInfo::Finalize(const ArchSpec &arch) { in Finalize() function in DynamicRegisterInfo
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp29 {SAs.Finalize, rt::SimpleExecutorMemoryManagerFinalizeWrapperName}, in CreateWithDefaultBootstrapSymbols()
273 SAs.Finalize, FinalizeErr, SAs.Instance, std::move(FR))) { in finalizeMemory()
H A DEPCGenericJITLinkMemoryManager.cpp62 Parent.SAs.Finalize, in finalize()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp153 m_option_group.Finalize(); in CommandObjectPlatformSelect()
316 m_platform_options->Finalize(); in GetOptions()
409 m_options.Finalize(); in GetOptions()
459 m_options.Finalize(); in GetOptions()
523 m_options.Finalize(); in GetOptions()
1149 m_all_options.Finalize(); in CommandObjectPlatformProcessLaunch()
H A DCommandObjectBreakpoint.cpp248 m_all_options.Finalize(); in CommandObjectBreakpointSet()
823 m_options.Finalize(); in CommandObjectBreakpointModify()
1708 m_option_group.Finalize(); in CommandObjectBreakpointNameConfigure()
1794 m_option_group.Finalize(); in CommandObjectBreakpointNameAdd()
1878 m_option_group.Finalize(); in CommandObjectBreakpointNameDelete()
1952 m_option_group.Finalize(); in CommandObjectBreakpointNameList()
H A DCommandObjectMemoryTag.cpp190 m_option_group.Finalize(); in CommandObjectMemoryTagWrite()
H A DCommandObjectMemory.cpp338 m_option_group.Finalize(); in CommandObjectMemoryRead()
985 m_option_group.Finalize(); in CommandObjectMemoryFind()
1298 m_option_group.Finalize();
1707 m_option_group.Finalize(); in CommandObjectMemoryRegion()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h114 void Finalize(const lldb_private::ArchSpec &arch);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h293 void Finalize();
/openbsd-src/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build914 sub Finalize { subroutine
1854 Finalize($Options{OutputDir}, 0);
1964 Finalize($BaseDir, $ExitStatus);

123