Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplateInstCallback.h32 virtual void finalize(const Sema &TheSema) = 0;
53 void finalize(TemplateInstantiationCallbackPtrs &Callbacks, in finalize() function
57 C->finalize(TheSema); in finalize()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h206 void finalize();
282 DIELoc *finalize() { in finalize() function
283 DwarfExpression::finalize(); in finalize()
H A DAccelTable.cpp55 void AccelTableBase::finalize(AsmPrinter *Asm, StringRef Prefix) { in finalize() function in AccelTableBase
549 Contents.finalize(Asm, Prefix); in emitAppleAccelTableImpl()
576 Contents.finalize(Asm, "names"); in emitDWARF5AccelTable()
591 Contents.finalize(Asm, "names"); in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp251 addBlock(*VariableDIE, dwarf::DW_AT_location, DwarfExpr->finalize()); in getOrCreateGlobalVariableDIE()
579 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in constructVariableDIEImpl()
616 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in constructVariableDIEImpl()
1039 addBlock(Die, Attribute, DwarfExpr.finalize()); in addAddress()
1063 addBlock(Die, Attribute, DwarfExpr.finalize()); in addComplexAddress()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h197 virtual void finalize() = 0;
230 void finalize() override;
244 void finalize() override;
276 virtual void finalize();
340 void finalize() override;
424 void finalize() override;
482 void finalize() override;
527 void finalize() override;
579 void finalize() override;
626 void finalize() override;
H A DObject.cpp55 void SectionBase::finalize() {} in finalize() function in llvm::objcopy::elf::SectionBase
311 void StringTableSection::finalize() { StrTabBuilder.finalize(); } in finalize() function in llvm::objcopy::elf::StringTableSection
342 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize() function in llvm::objcopy::elf::SectionIndexSection
469 void SymbolTableSection::finalize() { in finalize() function in llvm::objcopy::elf::SymbolTableSection
471 SymbolNames->finalize(); in finalize()
570 void RelocSectionWithSymtabBase<SymTabType>::finalize() { in finalize() function in llvm::objcopy::elf::RelocSectionWithSymtabBase
647 void GroupSection::finalize() { in finalize() function in llvm::objcopy::elf::GroupSection
1502 template <class ELFT> void ELFWriter<ELFT>::finalize() { in finalize() function in llvm::objcopy::elf::ELFWriter
1574 Obj.SectionNames->finalize(); in finalize()
1583 Section.finalize(); in finalize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp284 template <class ELFT> void OutputSection::finalize() { in finalize() function in OutputSection
434 template void OutputSection::finalize<ELF32LE>();
435 template void OutputSection::finalize<ELF32BE>();
436 template void OutputSection::finalize<ELF64LE>();
437 template void OutputSection::finalize<ELF64BE>();
H A DOutputSections.h108 template <class ELFT> void finalize();
/freebsd-12.1/usr.sbin/pkg/
H A Dconfig.c463 goto finalize; in config_init()
474 goto finalize; in config_init()
480 goto finalize; in config_init()
482 finalize: in config_init()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h144 virtual Error finalize() = 0;
220 Error finalize() override { in finalize() function
264 if (auto Err = this->finalize()) in getSymbolMaterializer()
440 return LinkedObjects[K]->finalize(); in emitAndFinalize()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp63 Error TpiStreamBuilder::finalize() { in finalize() function in TpiStreamBuilder
146 if (auto EC = finalize()) in commit()
H A DDbiStreamBuilder.cpp255 Error DbiStreamBuilder::finalize() { in finalize() function in DbiStreamBuilder
260 MI->finalize(); in finalize()
394 if (auto EC = finalize()) in commit()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_compress.pod48 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
52 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
H A DPKCS7_sign.pod73 finalize the B<PKCS7> structure will give unpredictable results.
76 PEM_write_bio_PKCS7_stream() finalize the structure. Alternatively finalization
86 called to finalize the structure if streaming is not enabled. Alternative
H A DCMS_sign.pod80 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
84 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
99 attributes added. CMS_final() must then be called to finalize the
H A DPKCS7_encrypt.pod59 properly finalize the B<PKCS7> structure will give unpredictable
63 PEM_write_bio_PKCS7_stream() finalize the structure. Alternatively finalization
H A DCMS_encrypt.pod67 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
71 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h307 uint64_t finalize(size_t length) { in finalize() function
434 return state.finalize(length);
465 return state.finalize(length);
583 return state.finalize(length);
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp69 StrTabBuilder.finalize(); in finalizeStringTable()
98 Error COFFWriter::finalize(bool IsBigObj) { in finalize() function in llvm::objcopy::coff::COFFWriter
271 if (Error E = finalize(IsBigObj)) in write()
H A DWriter.h39 Error finalize(bool IsBigObj);
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DStringTableBuilder.h50 void finalize();
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h54 uint32_t finalize();
H A DTpiStreamBuilder.h70 Error finalize();
H A DDbiModuleDescriptorBuilder.h78 void finalize();
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profiling.cc330 BQ->finalize(); in profilingFinalize()
409 BQ->finalize(); in profilingLoggingInit()

12345