Home
last modified time | relevance | path

Searched refs:data_layout (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp283 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() local
286 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp706 DataLayout data_layout(&module); in Interpret() local
708 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret()
1096 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
1317 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()
1391 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()