| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 40 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 D | DWARFExpressionList.h | 28 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 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/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 | 55 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 D | MachineFunction.h | 488 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 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 | 67 class GISelObserverWrapper : public MachineFunction::Delegate, 113 MachineFunction::Delegate *Delegate; variable 117 MachineFunction::Delegate *Del);
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 133 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 D | IRExecutionUnit.cpp | 1234 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 D | PredicateExpander.cpp | 449 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 D | RegAllocBasic.cpp | 61 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 | 428 class PeepholeOptimizer : private MachineFunction::Delegate {
|
| H A D | MachineBasicBlock.cpp | 1108 class SlotIndexUpdateDelegate : public MachineFunction::Delegate {
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.h | 43 class DWARFUnit : public DWARFExpression::Delegate, public UserID {
|
| /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/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 769 for (const auto &[FilterVal, Delegate] : FilterChooserMap) { in emitTableEntry() 806 Delegate->emitTableEntries(TableInfo); in emitTableEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 1290 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 D | SIMachineFunctionInfo.h | 406 private MachineRegisterInfo::Delegate {
|
| /freebsd/crypto/krb5/src/windows/ |
| H A D | README | 188 *None, SendAddress, TcpSupported, Delegate, *and *NcSupported*,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 686 // Delegate to fastcall to handle integer types. 916 // Delegate to fastcall to handle integer types.
|