Searched refs:lldb_private (Results 1 - 25 of 1704) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DUnimplementedError.cpp11 char lldb_private::UnimplementedError::ID;
H A DConnection.cpp11 using namespace lldb_private;
H A DIOObject.cpp11 using namespace lldb_private;
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DExpressionTypeSystemHelper.cpp11 using namespace lldb_private;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.cpp11 using namespace lldb_private;
H A DASTUtils.cpp11 lldb_private::ExternalASTSourceWrapper::~ExternalASTSourceWrapper() = default;
13 void lldb_private::ExternalASTSourceWrapper::PrintStats() {
17 lldb_private::ASTConsumerForwarder::~ASTConsumerForwarder() = default;
19 void lldb_private::ASTConsumerForwarder::PrintStats() { m_c->PrintStats(); }
21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() = default;
23 void lldb_private::SemaSourceWithPriorities::PrintStats() {
/freebsd-current/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializer.cpp11 using namespace lldb_private;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextLinuxCore_x86_64.h18 lldb_private::Thread &thread,
19 lldb_private::RegisterInfoInterface *register_info,
20 const lldb_private::DataExtractor &gpregset,
21 llvm::ArrayRef<lldb_private::CoreNote> notes);
23 const lldb_private::RegisterSet *GetRegisterSet(size_t set) override;
25 lldb_private::RegInfo &GetRegInfo() override;
H A DRegisterContextPOSIXCore_ppc64le.h19 lldb_private::Thread &thread,
20 lldb_private::RegisterInfoInterface *register_info,
21 const lldb_private::DataExtractor &gpregset,
22 llvm::ArrayRef<lldb_private::CoreNote> notes);
24 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
25 lldb_private::RegisterValue &value) override;
27 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
28 const lldb_private::RegisterValue &value) override;
42 lldb_private::DataExtractor m_gpr;
43 lldb_private
[all...]
H A DRegisterContextPOSIXCore_arm64.h23 Create(lldb_private::Thread &thread, const lldb_private::ArchSpec &arch,
24 const lldb_private::DataExtractor &gpregset,
25 llvm::ArrayRef<lldb_private::CoreNote> notes);
29 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
30 lldb_private::RegisterValue &value) override;
32 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
33 const lldb_private::RegisterValue &value) override;
43 lldb_private::Thread &thread,
45 const lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform {
24 // lldb_private::Platform functions
26 lldb_private::OptionGroupOptions *
27 GetConnectionOptions(lldb_private::CommandInterpreter &interpreter) override;
29 lldb_private::Status PutFile(const lldb_private::FileSpec &source,
30 const lldb_private::FileSpec &destination,
34 lldb_private::Status
35 GetFile(const lldb_private::FileSpec &source,
36 const lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.h15 namespace lldb_private { namespace
19 class CommandOptionsProcessLaunch : public lldb_private::OptionGroup {
29 lldb_private::Status
31 lldb_private::ExecutionContext *execution_context) override;
34 lldb_private::ExecutionContext *execution_context) override {
36 disable_aslr = lldb_private::eLazyBoolCalculate;
39 llvm::ArrayRef<lldb_private::OptionDefinition> GetDefinitions() override;
43 lldb_private::ProcessLaunchInfo launch_info;
44 lldb_private::LazyBool disable_aslr;
47 } // namespace lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
23 lldb_private::AddressRange &func, lldb_private::Thread &thread,
24 lldb_private::UnwindPlan &unwind_plan) override;
27 GetNonCallSiteUnwindPlanFromAssembly(lldb_private::AddressRange &func,
29 lldb_private::UnwindPlan &unwind_plan);
32 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
33 lldb_private::Thread &thread,
34 lldb_private::UnwindPlan &unwind_plan) override;
36 bool GetFastUnwindPlan(lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcess.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
H A DLockFile.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
H A DPipe.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
H A DMainLoop.h14 namespace lldb_private { namespace
19 namespace lldb_private { namespace
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h17 class UnwindAssembly_x86 : public lldb_private::UnwindAssembly {
22 lldb_private::AddressRange &func, lldb_private::Thread &thread,
23 lldb_private::UnwindPlan &unwind_plan) override;
26 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
27 lldb_private::Thread &thread,
28 lldb_private::UnwindPlan &unwind_plan) override;
30 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
31 lldb_private::Thread &thread,
32 lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h31 namespace lldb_private { namespace
34 namespace lldb_private::plugin {
39 } // namespace lldb_private::plugin
43 class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
45 DWARFASTParserClang(lldb_private::TypeSystemClang &ast);
51 ParseTypeFromDWARF(const lldb_private::SymbolContext &sc,
52 const lldb_private::plugin::dwarf::DWARFDIE &die,
55 lldb_private::ConstString ConstructDemangledNameFromDWARF(
56 const lldb_private::plugin::dwarf::DWARFDIE &die) override;
58 lldb_private
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextOpenBSD_x86_64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextFreeBSD_mips64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextFreeBSD_mips64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterSet *GetRegisterSet(size_t set) const;
25 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
H A DRegisterInfoPOSIX_ppc64le.h16 class RegisterInfoPOSIX_ppc64le : public lldb_private::RegisterInfoInterface {
18 RegisterInfoPOSIX_ppc64le(const lldb_private::ArchSpec &target_arch);
22 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
27 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextDarwinConstants.h12 namespace lldb_private { namespace
23 } // namespace lldb_private
H A DRegisterContextFreeBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
17 RegisterContextFreeBSD_x86_64(const lldb_private::ArchSpec &target_arch);
21 const lldb_private::RegisterInfo *GetRegisterInfo() const override;
26 const lldb_private::RegisterInfo *m_register_info_p;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Version/
H A DVersion.h14 namespace lldb_private { namespace
21 } // namespace lldb_private

Completed in 362 milliseconds

1234567891011>>