Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer() argument
58 : Delegate(Delegate), Container(Container) {} in SymbolDeserializer()
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0; in visitKnownRecordImpl()
93 SymbolVisitorDelegate *Delegate; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h59 class GISelObserverWrapper : public MachineFunction::Delegate,
103 MachineFunction::Delegate *Delegate; variable
106 RAIIDelegateInstaller(MachineFunction &MF, MachineFunction::Delegate *Del);
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/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.h371 class Delegate {
375 virtual ~Delegate() = default;
383 Delegate *TheDelegate = nullptr;
408 void resetDelegate(Delegate *delegate) {
416 void setDelegate(Delegate *delegate) {
H A DMachineRegisterInfo.h55 class Delegate {
59 virtual ~Delegate() = default;
66 Delegate *TheDelegate = nullptr;
158 void resetDelegate(Delegate *delegate) { in resetDelegate()
167 void setDelegate(Delegate *delegate) { in setDelegate()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp411 for (const Record *Delegate : Delegates) { in expandPrologue() local
413 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp63 private LiveRangeEdit::Delegate {
H A DLiveRangeEdit.cpp32 void LiveRangeEdit::Delegate::anchor() { } in anchor()
H A DMachineRegisterInfo.cpp43 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
H A DMachineFunction.cpp103 void MachineFunction::Delegate::anchor() {} in anchor()
H A DInlineSpiller.cpp82 class HoistSpillHelper : private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.cpp153 private LiveRangeEdit::Delegate {
H A DRegisterCoalescer.cpp111 private LiveRangeEdit::Delegate {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1233 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1237 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallingConv.td653 // Delegate to fastcall to handle integer types.
875 // Delegate to fastcall to handle integer types.
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005746 (append(size_type, _CharT)): Delegate to _M_replace_aux.
793 insert(size_type, const _CharT*)): Delegate to replace.
912 * include/ext/vstring.h (__versa_string<>::swap): Delegate to
1480 * include/bits/stl_algo.h (search_n): Delegate to specializations.
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-91975083 * nm.c: Delegate printing of symbols to BFD,
/freebsd-12.1/crypto/openssl/
H A DCHANGES2885 *) Delegate command line handling in s_client/s_server to SSL_CONF APIs.