Home
last modified time | relevance | path

Searched refs:Delegate (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h55 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer() argument
57 : Delegate(Delegate), Container(Container) {} in SymbolDeserializer()
86 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0; in visitKnownRecordImpl()
92 SymbolVisitorDelegate *Delegate; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h46 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
49 class Delegate {
53 virtual ~Delegate() = default;
77 Delegate *const TheDelegate;
141 Delegate *delegate = nullptr,
H A DMachineFunction.h395 class Delegate {
399 virtual ~Delegate() = default;
422 Delegate *TheDelegate = nullptr;
489 void resetDelegate(Delegate *delegate) {
497 void setDelegate(Delegate *delegate) {
H A DMachineRegisterInfo.h54 class Delegate {
58 virtual ~Delegate() = default;
65 Delegate *TheDelegate = nullptr;
157 void resetDelegate(Delegate *delegate) { in resetDelegate()
166 void setDelegate(Delegate *delegate) { in setDelegate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h66 class GISelObserverWrapper : public MachineFunction::Delegate,
110 MachineFunction::Delegate *Delegate; variable
113 RAIIDelegateInstaller(MachineFunction &MF, MachineFunction::Delegate *Del);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelChangeObserver.cpp33 MachineFunction::Delegate *Del) in RAIIDelegateInstaller()
34 : MF(MF), Delegate(Del) { in RAIIDelegateInstaller()
40 RAIIDelegateInstaller::~RAIIDelegateInstaller() { MF.resetDelegate(Delegate); } in ~RAIIDelegateInstaller()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/shutdown/ns1/
H A Dnamed.conf.in37 # Delegate .test domain to 10.53.0.2
/netbsd-src/external/mpl/bind/dist/bin/tests/system/glue/ns1/
H A Droot.db25 ; Delegate some domains that contain name servers for the sample
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp430 for (const Record *Delegate : Delegates) { in expandPrologue() local
432 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp62 private LiveRangeEdit::Delegate {
H A DLiveRangeEdit.cpp31 void LiveRangeEdit::Delegate::anchor() { } in anchor()
H A DMachineRegisterInfo.cpp42 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
H A DMachineFunction.cpp107 void MachineFunction::Delegate::anchor() {} in anchor()
H A DInlineSpiller.cpp86 class HoistSpillHelper : private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.cpp147 private LiveRangeEdit::Delegate {
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d1160 int opApply(Delegate)(scope Delegate dg) if (is(Delegate == delegate)) in VariantN()
1162 alias A = Parameters!(Delegate)[0]; in VariantN()
H A Dparallelism.d3490 int doSizeZeroCase(R, Delegate)(ref ParallelForeach!R p, Delegate dg) in doSizeZeroCase() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp141 RawCoverageFilenamesReader Delegate(UncompressedFilenames, Filenames, in read() local
143 return Delegate.readUncompressed(Version, NumFilenames); in read()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d1194 int opApply(Delegate)(scope Delegate dg) if (is(Delegate == delegate)) in VariantN()
1196 alias A = Parameters!(Delegate)[0]; in VariantN()
H A Dparallelism.d3783 int doSizeZeroCase(R, Delegate)(ref ParallelForeach!R p, Delegate dg) in doSizeZeroCase() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp981 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local
984 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2019250 * d-codegen.cc (get_frame_for_symbol): Delegate literals defined in
/netbsd-src/external/gpl3/gdb/dist/gdbsupport/
H A DChangeLog-2020-2021107 (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.td683 // Delegate to fastcall to handle integer types.
910 // Delegate to fastcall to handle integer types.
/netbsd-src/external/bsd/flex/dist/src/
H A Dflex.skl1923 /** Delegate to the new version that takes an istream reference.
2035 /** Delegate creation of buffers to the new version that takes an istream reference.

12