Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h40 class Delegate {
42 Delegate() = default;
43 virtual ~Delegate() = default;
60 Delegate(const Delegate &) = delete;
61 Delegate &operator=(const Delegate &) = delete;
90 GetLocation_DW_OP_addr(const Delegate *dwarf_cu) const;
92 bool Update_DW_OP_addr(const Delegate *dwarf_cu, lldb::addr_t file_addr);
97 bool ContainsThreadLocalStorage(const Delegate *dwarf_cu) const;
100 const Delegate *dwarf_cu,
154 const Delegate *dwarf_cu, const lldb::RegisterKind reg_set,
H A DDWARFExpressionList.h28 const DWARFExpression::Delegate *dwarf_cu, in DWARFExpressionList()
34 const DWARFExpression::Delegate *dwarf_cu) in DWARFExpressionList()
152 const DWARFExpression::Delegate *m_dwarf_cu = nullptr;
/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/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.h55 class LLVM_ABI Delegate {
59 virtual ~Delegate() = default;
70 SmallPtrSet<Delegate *, 1> TheDelegates;
163 void resetDelegate(Delegate *delegate) { in resetDelegate()
171 void addDelegate(Delegate *delegate) { in addDelegate()
H A DMachineFunction.h488 class LLVM_ABI Delegate {
492 virtual ~Delegate() = default;
526 Delegate *TheDelegate = nullptr;
689 void resetDelegate(Delegate *delegate) {
697 void setDelegate(Delegate *delegate) {
/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.h67 class GISelObserverWrapper : public MachineFunction::Delegate,
113 MachineFunction::Delegate *Delegate; variable
117 MachineFunction::Delegate *Del);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp133 const DWARFExpression::Delegate *dwarf_cu) { in GetOpcodeDataSize()
405 const DWARFExpression::Delegate *dwarf_cu) const { in GetLocation_DW_OP_addr()
434 const DWARFExpression::Delegate *dwarf_cu, lldb::addr_t file_addr) { in Update_DW_OP_addr()
492 const DWARFExpression::Delegate *dwarf_cu) const { in ContainsThreadLocalStorage()
508 const DWARFExpression::Delegate *dwarf_cu, in LinkThreadLocalStorage()
795 Log *log, const DWARFExpression::Delegate *dwarf_cu, in UpdateValueTypeFromLocationDescription()
946 const DWARFExpression::Delegate *dwarf_cu, in Evaluate()
H A DIRExecutionUnit.cpp1234 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule() local
1238 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp449 for (const Record *Delegate : in expandPrologue() local
451 OS << Indent << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp61 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.cpp428 class PeepholeOptimizer : private MachineFunction::Delegate {
H A DMachineBasicBlock.cpp1108 class SlotIndexUpdateDelegate : public MachineFunction::Delegate {
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h43 class DWARFUnit : public DWARFExpression::Delegate, public UserID {
/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/utils/TableGen/
H A DDecoderEmitter.cpp769 for (const auto &[FilterVal, Delegate] : FilterChooserMap) { in emitTableEntry()
806 Delegate->emitTableEntries(TableInfo); in emitTableEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1290 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), in addNestedTryDelegate() local
1293 registerTryScope(Try, Delegate, nullptr); in addNestedTryDelegate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h406 private MachineRegisterInfo::Delegate {
/freebsd/crypto/krb5/src/windows/
H A DREADME188 *None, SendAddress, TcpSupported, Delegate, *and *NcSupported*,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td686 // Delegate to fastcall to handle integer types.
916 // Delegate to fastcall to handle integer types.

12