HomeSort by relevance Sort by last modified time
    Searched defs:Composite (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/
Linker.h 28 /// Module object which is the composite of the modules and libraries linked
29 /// into it. The composite Module can be retrieved via the getModule() method.
92 /// This method gets the composite module into which linking is being
93 /// done. The Composite module starts out empty and accumulates modules
98 /// @brief Get the linked/composite module.
99 Module* getModule() const { return Composite; }
101 /// This method releases the composite Module into which linking is being
102 /// done. Ownership of the composite Module is transferred to the caller who
108 /// @brief Release the linked/composite module.
171 /// This function links the bitcode \p Files into the composite module
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 243 // Composite SubRegIndex instances.
246 CompositeMap Composite;
248 // Populate the Composite map from sub-register relationships.
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 85 import org.eclipse.swt.widgets.Composite;
103 public class ConfigurationSelector extends Composite {
124 private Composite mQualifierEditParent;
237 * @param parent the composite parent.
240 public ConfigurationSelector(Composite parent, SelectorMode mode) {
294 Composite buttonComposite = new Composite(this, SWT.NONE);
300 new Composite(buttonComposite, SWT.NONE);
392 QualifierEditBase composite = mUiMap.get(first.getClass());
394 if (composite != null)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1350 milliseconds