Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h43 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
46 class Delegate {
50 virtual ~Delegate() = default;
74 Delegate *const TheDelegate;
132 Delegate *delegate = nullptr,
H A DMachineRegisterInfo.h52 class Delegate {
56 virtual ~Delegate() = default;
63 Delegate *TheDelegate = nullptr;
155 void resetDelegate(Delegate *delegate) { in resetDelegate()
164 void setDelegate(Delegate *delegate) { in setDelegate()
H A DMachineFunction.h416 class Delegate {
420 virtual ~Delegate() = default;
443 Delegate *TheDelegate = nullptr;
587 void resetDelegate(Delegate *delegate) {
595 void setDelegate(Delegate *delegate) {
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DRetainCountExamples.m73 @interface Delegate : NSObject interface
77 Delegate *myDel;
87 + (void)test: (Delegate *)d;
89 @property (assign) Delegate* myDel; argument
116 + (void) test: (Delegate *)d { argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.cpp164 auto &Delegate = ByScheme[Scheme]; in forScheme() local
165 if (!Delegate) { in forScheme()
175 Delegate.reset(new FileDistance(std::move(SchemeSources), Opts)); in forScheme()
177 return *Delegate; in forScheme()
H A DParsedAST.cpp139 ReplayPreamble(std::vector<Inclusion> Includes, PPCallbacks *Delegate, in ReplayPreamble() argument
142 : Includes(std::move(Includes)), Delegate(Delegate), SM(SM), PP(PP) { in ReplayPreamble()
216 Delegate->InclusionDirective( in replay()
225 Delegate->FileSkipped(*File, SynthesizedFilenameTok, Inc.FileKind); in replay()
230 PPCallbacks *Delegate; member in clang::clangd::__anonaceec0d20111::ReplayPreamble
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A Dlit.site.cfg.py.in10 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/clang-tools-extra/pseudo/test/Unit/
H A Dlit.site.cfg.py.in10 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/clang-tools-extra/include-cleaner/test/Unit/
H A Dlit.site.cfg.py.in9 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/clang-tools-extra/pseudo/test/
H A Dlit.site.cfg.py.in13 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/clang-tools-extra/include-cleaner/test/
H A Dlit.site.cfg.py.in13 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h44 MockProcess(NativeProcessProtocol::NativeDelegate &Delegate,
46 : T(Pid, -1, Delegate), Arch(Arch) {}
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dlit.site.cfg.py.in22 # Delegate logic to lit.cfg.py.
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DPredicateExpander.cpp428 for (const Record *Delegate : Delegates) { in expandPrologue() local
430 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp59 private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.h62 private LiveRangeEdit::Delegate {
H A DLiveRangeEdit.cpp31 void LiveRangeEdit::Delegate::anchor() { } in anchor()
H A DMachineRegisterInfo.cpp41 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp1193 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1197 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp141 RawCoverageFilenamesReader Delegate(toStringRef(StorageBuf), Filenames, in read() local
143 return Delegate.readUncompressed(Version, NumFilenames); in read()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp962 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local
965 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()

12