Home
last modified time | relevance | path

Searched refs:IRMemoryMap (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap() function in IRMemoryMap
28 IRMemoryMap::~IRMemoryMap() { in ~IRMemoryMap()
46 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace()
165 IRMemoryMap::AllocationMap::iterator
166 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation()
184 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation()
213 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect()
228 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder()
242 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize()
256 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope()
[all …]
H A DMaterializer.cpp71 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
83 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
132 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
150 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
201 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
347 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
407 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
440 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
562 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
602 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
[all …]
H A DLLVMUserExpression.cpp310 IRMemoryMap::AllocationPolicy policy = in PrepareToExecuteJITExpression()
311 m_can_interpret ? IRMemoryMap::eAllocationPolicyHostOnly in PrepareToExecuteJITExpression()
312 : IRMemoryMap::eAllocationPolicyMirror; in PrepareToExecuteJITExpression()
343 IRMemoryMap::eAllocationPolicyHostOnly, zero_memory, alloc_error); in PrepareToExecuteJITExpression()
H A DCMakeLists.txt10 IRMemoryMap.cpp
H A DIRExecutionUnit.cpp50 : IRMemoryMap(target_sp), m_context_up(context_up.release()), in IRExecutionUnit()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DMaterializer.h48 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer()
60 IRMemoryMap *m_map = nullptr;
67 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
119 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
121 virtual void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
125 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address,
127 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
H A DIRMemoryMap.h34 class IRMemoryMap {
36 IRMemoryMap(lldb::TargetSP target_sp);
37 ~IRMemoryMap();
H A DIRInterpreter.h25 class IRMemoryMap; variable
H A DIRExecutionUnit.h57 public IRMemoryMap,
/openbsd-src/gnu/usr.bin/clang/liblldbExpression/
H A DMakefile17 IRMemoryMap.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn33 "IRMemoryMap.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h47 class IRMemoryMap; variable
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp272 IRMemoryMap Map;
1056 IRMemoryMap::AllocationPolicy AP = in evalMalloc()
1057 UseHostOnlyAllocationPolicy ? IRMemoryMap::eAllocationPolicyHostOnly in evalMalloc()
1058 : IRMemoryMap::eAllocationPolicyProcessOnly; in evalMalloc()