Searched refs:finalize (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/lib/libomp/
H A Domp-tools.h122 macro (ompt_callback_device_finalize, ompt_callback_device_finalize_t, 13) /* device finalize */ \
495 ompt_finalize_t finalize; member in struct:ompt_start_tool_result_t
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h99 /// in order to resolve cycles during \a finalize().
108 void finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp347 Strings.finalize();
H A DELFObjectWriter.cpp723 StrTabBuilder.finalize();
1163 StrTabBuilder.finalize();
H A DMachObjectWriter.cpp560 StringTable.finalize();
H A DWinCOFFObjectWriter.cpp984 Strings.finalize();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp278 // Must finalize before flushing.
393 Report("Cannot finalize log, implementation not initialized.\n");
397 // Do special things to make the log finalize itself, and not allow any more
401 Report("Attempting to finalize an uninitialized global buffer!\n");
403 BQ->finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp481 Error MachOWriter::finalize() { return LayoutBuilder.layout(); } function in class:llvm::objcopy::macho::MachOWriter
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp358 void OutputSection::finalize() { function in class:lld::elf::OutputSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1321 void finalize() { function in class:llvm::SchedDFSImpl
1384 /// Called by finalize() to record a connection between trees.
1487 Impl.finalize();
H A DMachineOutliner.cpp1188 DB.finalize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1351 DotShStrtab.finalize();
1374 DotStrtab.finalize();
1400 DotDynstr.finalize();
1409 // finalize the string table builders before writing the content of the
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp881 assert(!finalized && "should only finalize once");
885 builder.finalize();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp381 void finalize(const Sema &) override {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h358 void finalize();
H A DCGExprConstant.cpp910 emitter.finalize(GV);
1567 void ConstantEmitter::finalize(llvm::GlobalVariable *global) { function in class:ConstantEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp696 /// addMatcher(...)*; finalize(); optimize(); emit(...); and
697 /// addMatcher(...)*; finalize(); emit(...);
701 /// addMatcher(...)*; finalize(); { optimize()*; emit(...); }*
704 /// optimize() is not expected to be idempotent. Multiple calls to finalize()
708 /// addMatcher() calls after the finalize() call are not supported.
710 /// finalize() and optimize() are both allowed to mutate the contained
711 /// matchers, so moving them out after finalize() is not supported.
712 void finalize();
716 /// Could be used to move out the matchers added previously, unless finalize()
768 void finalize();
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh3822 # We have no uninstalled library dependencies, so finalize right now.
4739 finalize=yes
4753 finalize=no
4766 if test "$finalize" = yes && test -z "$run"; then
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp69 void DIBuilder::finalize() { function in class:DIBuilder
240 // the map. Otherwise, it will not be resolved in DIBuilder::finalize().
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh2485 finalize=yes
2495 finalize=no
2505 if test "$finalize" = yes; then
6187 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1627 Entry.finalize(*Asm, List, BT, TheCU);
2267 void DebugLocEntry::finalize(const AsmPrinter &AP,
2293 DwarfExpr.finalize();
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh3124 finalize=yes
3134 finalize=no
3144 if test "$finalize" = yes; then
8906 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh3154 finalize=yes
3164 finalize=no
3174 if test "$finalize" = yes; then
8951 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh3123 finalize=yes
3133 finalize=no
3143 if test "$finalize" = yes; then
8884 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh4452 finalize=:
4462 finalize=false
4472 if $finalize; then
10391 # We have no uninstalled library dependencies, so finalize right now.

Completed in 707 milliseconds

1234