llvm-project/lldb/source/Expression
Davide Italiano e04c62bb23 [Materializer] Remove wrong SetSizeAndAlignmentFromType().
This function is unused.  It's also wrong, because it computes
the size and the alignment of the type without asking the runtime,
so it doesn't work for any language that has one (e.g. swift).

One could consider re-implementing this passing an execution scope
context, and modifying GetTypeBitAlign() to do the right thing,
but given there are no uses, it's not really useful.

llvm-svn: 368249
2019-08-08 03:15:48 +00:00
..
CMakeLists.txt [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
DWARFExpression.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
DiagnosticManager.cpp [lldb][NFC] Remove DiagnosticManager::CopyDiagnostics 2019-07-29 07:37:17 +00:00
Expression.cpp Fix an invalid static cast in ClangExpressionParser.cpp 2019-03-13 19:46:30 +00:00
ExpressionVariable.cpp [lldb] Move redundant persistent variable counter to ClangPersistentVariables 2019-08-05 12:32:59 +00:00
FunctionCaller.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
IRExecutionUnit.cpp SymbolVendor: Introduce Module::GetSymbolFile 2019-08-02 08:16:35 +00:00
IRInterpreter.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
IRMemoryMap.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
LLVMUserExpression.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
Materializer.cpp [Materializer] Remove wrong SetSizeAndAlignmentFromType(). 2019-08-08 03:15:48 +00:00
REPL.cpp [CompletionRequest] Remove unimplemented members. 2019-07-31 03:48:29 +00:00
UserExpression.cpp Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00
UtilityFunction.cpp Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00