/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 42 class LiveRangeEdit : private MachineRegisterInfo::Delegate { 45 class Delegate { 49 virtual ~Delegate() = default; 73 Delegate *const TheDelegate; 130 Delegate *delegate = nullptr,
|
H A D | MachineRegisterInfo.h | 53 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 D | MachineFunction.h | 456 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 D | PredicateExpander.cpp | 470 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 D | RegAllocBasic.cpp | 59 private LiveRangeEdit::Delegate {
|
H A D | RegAllocGreedy.h | 61 private LiveRangeEdit::Delegate {
|
H A D | LiveRangeEdit.cpp | 32 void LiveRangeEdit::Delegate::anchor() { } in anchor()
|
H A D | MachineRegisterInfo.cpp | 41 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
|
H A D | MachineFunction.cpp | 134 void MachineFunction::Delegate::anchor() {} in anchor()
|
H A D | PeepholeOptimizer.cpp | 153 private MachineFunction::Delegate {
|
H A D | InlineSpiller.cpp | 80 class HoistSpillHelper : private LiveRangeEdit::Delegate {
|
H A D | MachineBasicBlock.cpp | 1108 class SlotIndexUpdateDelegate : public MachineFunction::Delegate {
|
H A D | RegisterCoalescer.cpp | 126 private LiveRangeEdit::Delegate {
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 1195 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 D | WebAssemblyCFGStackify.cpp | 961 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 D | CoverageMappingReader.cpp | 146 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 D | SIMachineFunctionInfo.h | 376 private MachineRegisterInfo::Delegate {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 707 // Delegate to fastcall to handle integer types. 940 // Delegate to fastcall to handle integer types.
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 1919 /** 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 D | gmock_cook_book.md | 1666 // Delegate to the given method whenever the factory is invoked.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 6673 * Delegate command line handling in s_client/s_server to SSL_CONF APIs.
|