Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h46 class LiveRangeEdit : private MachineRegisterInfo::Delegate {
49 class Delegate {
53 virtual ~Delegate() = default;
77 Delegate *const TheDelegate;
136 Delegate *delegate = nullptr,
H A DMachineFunction.h395 class Delegate {
399 virtual ~Delegate() = default;
422 Delegate *TheDelegate = nullptr;
553 void resetDelegate(Delegate *delegate) {
561 void setDelegate(Delegate *delegate) {
H A DMachineRegisterInfo.h54 class Delegate {
58 virtual ~Delegate() = default;
65 Delegate *TheDelegate = nullptr;
157 void resetDelegate(Delegate *delegate) { in resetDelegate()
166 void setDelegate(Delegate *delegate) { in setDelegate()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp430 for (const Record *Delegate : Delegates) { in expandPrologue() local
432 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp62 private LiveRangeEdit::Delegate {
H A DLiveRangeEdit.cpp31 void LiveRangeEdit::Delegate::anchor() { } in anchor()
H A DMachineRegisterInfo.cpp42 void MachineRegisterInfo::Delegate::anchor() {} in anchor()
H A DMachineFunction.cpp107 void MachineFunction::Delegate::anchor() {} in anchor()
H A DInlineSpiller.cpp86 class HoistSpillHelper : private LiveRangeEdit::Delegate {
H A DRegAllocGreedy.cpp147 private LiveRangeEdit::Delegate {
H A DRegisterCoalescer.cpp126 private LiveRangeEdit::Delegate {
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1278 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1282 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp141 RawCoverageFilenamesReader Delegate(UncompressedFilenames, Filenames, in read() local
143 return Delegate.readUncompressed(Version, NumFilenames); in read()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp981 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addTryDelegate() local
984 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td687 // Delegate to fastcall to handle integer types.
914 // Delegate to fastcall to handle integer types.
/freebsd-13.1/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-13.1/crypto/openssl/
H A DCHANGES3275 *) Delegate command line handling in s_client/s_server to SSL_CONF APIs.