[LLDB] Add LLDB accessor for ModuleInterfaceLoaderOptions
LLDB needs to control whether implicit Swift modules are on or off within a
single ASTContext:
- when importing the context of a Swift module in an EBM
project only explicit modules should be allowed
- when evaluating arbitrary expressions (which may include `import` directives)
implicit modules should be enabled
rdar://166494895