Searched refs:GetCodeByteSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i428 unit from the Architecture's code bus") GetCodeByteSize;
430 GetCodeByteSize ();
1065 code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size in host bytes of a byte in the code address space for this target.''')
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h424 uint32_t GetCodeByteSize() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h324 uint32_t GetCodeByteSize();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1697 uint32_t SBTarget::GetCodeByteSize() { function in class:SBTarget
1698 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTarget, GetCodeByteSize);
1702 return target_sp->GetArchitecture().GetCodeByteSize();
2584 LLDB_REGISTER_METHOD(uint32_t, SBTarget, GetCodeByteSize, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp703 uint32_t ArchSpec::GetCodeByteSize() const { function in class:ArchSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1632 return arch.GetCodeByteSize();

Completed in 195 milliseconds