Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h42 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
45 class Delegate {
49 virtual ~Delegate() = default;
73 Delegate *const TheDelegate;
130 Delegate *delegate = nullptr,
H A DMachineRegisterInfo.h53 class Delegate {
57 virtual ~Delegate() = default;
68 SmallPtrSet<Delegate *, 1> TheDelegates;
161 void resetDelegate(Delegate *delegate) { in resetDelegate()
169 void addDelegate(Delegate *delegate) { in addDelegate()
H A DMachineFunction.h456 class Delegate {
460 virtual ~Delegate() = default;
490 Delegate *TheDelegate = nullptr;
648 void resetDelegate(Delegate *delegate) {
656 void setDelegate(Delegate *delegate) {
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp470 for (const Record *Delegate : Delegates) { in expandPrologue() local
472 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp59 private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.h61 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.cpp134 void MachineFunction::Delegate::anchor() {} in anchor()
H A DPeepholeOptimizer.cpp153 private MachineFunction::Delegate {
H A DInlineSpiller.cpp80 class HoistSpillHelper : private LiveRangeEdit::Delegate {
H A DMachineBasicBlock.cpp1108 class SlotIndexUpdateDelegate : public MachineFunction::Delegate {
H A DRegisterCoalescer.cpp126 private LiveRangeEdit::Delegate {
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1195 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1199 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp961 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local
964 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp146 RawCoverageFilenamesReader Delegate(toStringRef(StorageBuf), Filenames, in read() local
148 return Delegate.readUncompressed(Version, NumFilenames); in read()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h376 private MachineRegisterInfo::Delegate {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td707 // Delegate to fastcall to handle integer types.
940 // Delegate to fastcall to handle integer types.
/freebsd/contrib/flex/src/
H A Dflex.skl1919 /** Delegate to the new version that takes an istream reference.
2031 /** Delegate creation of buffers to the new version that takes an istream reference.
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1666 // Delegate to the given method whenever the factory is invoked.
/freebsd/crypto/openssl/
H A DCHANGES.md6673 * Delegate command line handling in s_client/s_server to SSL_CONF APIs.