| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolDeserializer.h | 55 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 D | debug-info-ivars-private.m | 13 @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 D | GISelChangeObserver.cpp | 33 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 D | GISelChangeObserver.h | 66 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 D | LiveRangeEdit.h | 43 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 46 class Delegate { 50 virtual ~Delegate() = default; 74 Delegate *const TheDelegate; 132 Delegate *delegate = nullptr,
|
| H A D | MachineRegisterInfo.h | 52 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 D | MachineFunction.h | 416 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 D | RetainCountExamples.m | 73 @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 D | FileDistance.cpp | 164 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 D | ParsedAST.cpp | 139 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 D | lit.site.cfg.py.in | 10 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/test/Unit/ |
| H A D | lit.site.cfg.py.in | 10 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/clang-tools-extra/include-cleaner/test/Unit/ |
| H A D | lit.site.cfg.py.in | 9 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/test/ |
| H A D | lit.site.cfg.py.in | 13 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/clang-tools-extra/include-cleaner/test/ |
| H A D | lit.site.cfg.py.in | 13 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/ |
| H A D | NativeProcessTestUtils.h | 44 MockProcess(NativeProcessProtocol::NativeDelegate &Delegate, 46 : T(Pid, -1, Delegate), Arch(Arch) {}
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | lit.site.cfg.py.in | 22 # Delegate logic to lit.cfg.py.
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 428 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 D | RegAllocBasic.cpp | 59 private LiveRangeEdit::Delegate {
|
| H A D | RegAllocGreedy.h | 62 private LiveRangeEdit::Delegate {
|
| H A D | LiveRangeEdit.cpp | 31 void LiveRangeEdit::Delegate::anchor() { } in anchor()
|
| H A D | MachineRegisterInfo.cpp | 41 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 1193 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 D | CoverageMappingReader.cpp | 141 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 D | WebAssemblyCFGStackify.cpp | 962 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local 965 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
|