Searched refs:finalize (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateInstCallback.h31 virtual void finalize(const Sema &TheSema) = 0;
52 void finalize(TemplateInstantiationCallbackPtrs &Callbacks, function in namespace:clang
56 C->finalize(TheSema);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.h39 Error finalize(bool IsBigObj);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h42 /// table. The position will be changed if finalize is used.
49 void finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.h59 Error finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h50 // finalize should be called. Also assert with NDEBUG if list is ever used
65 void finalize() { function in class:llvm::GISelWorkList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h53 uint32_t finalize();
H A DDbiModuleDescriptorBuilder.h77 void finalize();
H A DTpiStreamBuilder.h69 Error finalize();
H A DDbiStreamBuilder.h98 Error finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h50 /// GsymCreator::finalize(...) must be called prior to saving. This function
51 /// will sort the FunctionInfo objects, finalize the string table, and do any
200 /// finalize.
201 llvm::Error finalize(llvm::raw_ostream &OS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp65 Error TpiStreamBuilder::finalize() { function in class:TpiStreamBuilder
148 if (auto EC = finalize())
H A DDbiStreamBuilder.cpp254 Error DbiStreamBuilder::finalize() { function in class:DbiStreamBuilder
259 MI->finalize();
393 if (auto EC = finalize())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h279 void finalize();
409 DIELoc *finalize() {
410 DwarfExpression::finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp211 void MachineModuleInfo::finalize() { function in class:MachineModuleInfo
243 MachineModuleInfo::~MachineModuleInfo() { finalize(); }
366 MMI.finalize();
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c463 goto finalize;
474 goto finalize;
480 goto finalize;
482 finalize:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h158 virtual Error finalize() = 0;
234 Error finalize() override {
278 if (auto Err = this->finalize())
459 /// Immediately emit and finalize the object represented by the given
461 /// @param K VModuleKey for object to emit/finalize.
464 return LinkedObjects[K]->finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp147 WorkList.finalize();
H A DLegalizer.cpp170 ArtifactList.finalize();
171 InstList.finalize();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.h103 void finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h265 // calculation in IHexWriter::finalize.
311 virtual Error finalize() = 0;
349 Error finalize() override;
362 Error finalize() override;
381 Error finalize() override;
416 virtual void finalize();
487 void finalize() override;
649 void finalize() override;
696 void finalize() override;
750 void finalize() overrid
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h248 /// After a call to finalize succeeds, all subsequent calls to finalize will
250 ErrorCode finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h157 void finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h306 uint64_t finalize(size_t length) { function in struct:llvm::hashing::detail::hash_state
433 return state.finalize(length);
464 return state.finalize(length);
582 return state.finalize(length);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp126 // FIXME: See note on "finalize" below.
178 finalize(S.TemplateInstCallbacks, S);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h78 void finalize(llvm::GlobalVariable *global);

Completed in 386 milliseconds

1234