Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp21 if (AA.Finalize) in runFinalizeActions()
22 if (auto Err = AA.Finalize.runWithSPSRetErrorMerged()) in runFinalizeActions()
/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp152 void Finalize( in Finalize() function
181 Finalize(compDesc, *compType); in Finalize()
203 Finalize(compDesc, compType); in Finalize()
208 Finalize(descriptor, *parentType); in Finalize()
222 Finalize(descriptor, derived); in Destroy()
H A Dderived.h28 void Finalize(const Descriptor &, const typeInfo::DerivedType &derived);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBReproducer.h51 static const char *Finalize(const char *path);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h33 void Finalize();
H A DNameToDIE.cpp23 void NameToDIE::Finalize() { in Finalize() function in NameToDIE
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h33 ExecutorAddr Finalize; member
H A DEPCGenericRTDyldMemoryManager.h32 ExecutorAddr Finalize; member
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp136 void Finalize();
158 Finalize(); in Build()
301 void EHProgramBuilder::Finalize() { in Finalize() function in EHProgramBuilder
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp53 Finalize(); in ~ProcessTrace()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option-fastisel.ll28 ; DISABLED: Finalize ISel and expand pseudo-instructions
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/lldb/source/API/
H A DSBReproducer.cpp111 const char *SBReproducer::Finalize(const char *path) { in Finalize() function in SBReproducer
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp29 {SAs.Finalize, rt::SimpleExecutorMemoryManagerFinalizeWrapperName}, in CreateWithDefaultBootstrapSymbols()
278 SAs.Finalize, FinalizeErr, SAs.Instance, std::move(FR))) { in finalizeMemory()
H A DEPCGenericJITLinkMemoryManager.cpp63 Parent.SAs.Finalize, in finalize()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp153 m_option_group.Finalize(); in CommandObjectPlatformSelect()
316 m_platform_options->Finalize(); in GetOptions()
410 m_options.Finalize(); in GetOptions()
460 m_options.Finalize(); in GetOptions()
523 m_options.Finalize(); in GetOptions()
1148 m_all_options.Finalize(); in CommandObjectPlatformProcessLaunch()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h114 void Finalize(const lldb_private::ArchSpec &arch);
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc372 display_reporter->Finalize(); in RunBenchmarks()
373 if (file_reporter) file_reporter->Finalize(); in RunBenchmarks()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h293 void Finalize();
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp113 SAs.Finalize = ExecutorAddr::fromPtr(&testFinalize); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A DO0-pipeline.ll36 ; CHECK-NEXT: Finalize ISel and expand pseudo-instructions
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build915 sub Finalize { subroutine
1862 Finalize($Options{OutputDir}, 0);
1973 Finalize($BaseDir, $ExitStatus);

1234