Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h42 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
45 class Delegate {
49 virtual ~Delegate() = default;
73 Delegate *const TheDelegate;
131 Delegate *delegate = nullptr,
H A DMachineRegisterInfo.h53 class Delegate {
57 virtual ~Delegate() = default;
68 SmallPtrSet<Delegate *, 1> TheDelegates;
160 void resetDelegate(Delegate *delegate) { in resetDelegate()
168 void addDelegate(Delegate *delegate) { in addDelegate()
H A DMachineFunction.h421 class Delegate {
425 virtual ~Delegate() = default;
448 Delegate *TheDelegate = nullptr;
603 void resetDelegate(Delegate *delegate) {
611 void setDelegate(Delegate *delegate) {
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dauto.t30 is_eq(ref(SmallTest::getTest()), "Test::Tester::Delegate");
35 "Delegate->can() returns the sub from the inner object",
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
H A DDelegate.pm4 package Test::Tester::Delegate;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm15 use Test::Tester::Delegate;
28 my $Delegator = Test::Tester::Delegate->new;
653 which returns a Test::Tester::Delegate object. Most of the time this object
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.cpp428 for (const Record *Delegate : Delegates) { in expandPrologue() local
430 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp59 private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.h63 private LiveRangeEdit::Delegate {
H A DLiveRangeEdit.cpp32 void LiveRangeEdit::Delegate::anchor() { } in anchor()
H A DMachineRegisterInfo.cpp41 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
H A DMachineFunction.cpp132 void MachineFunction::Delegate::anchor() {} in anchor()
H A DInlineSpiller.cpp84 class HoistSpillHelper : private LiveRangeEdit::Delegate {
H A DRegisterCoalescer.cpp126 private LiveRangeEdit::Delegate {
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp1194 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1198 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp141 RawCoverageFilenamesReader Delegate(toStringRef(StorageBuf), Filenames, in read() local
143 return Delegate.readUncompressed(Version, NumFilenames); in read()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp962 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local
965 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallingConv.td699 // Delegate to fastcall to handle integer types.
948 // Delegate to fastcall to handle integer types.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgov.pod360 Delegate power to individuals on or outside the Steering Council
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91975083 * nm.c: Delegate printing of symbols to BFD,
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91975083 * nm.c: Delegate printing of symbols to BFD,