HomeSort by relevance Sort by last modified time
    Searched refs:Exports (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFFModuleDefinition.h 30 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFFModuleDefinition.h 30 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFFModuleDefinition.h 30 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFFModuleDefinition.h 30 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 100 ArrayRef<COFFShortExport> Exports,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
  /external/v8/src/js/
spread.js 44 // Exports
  /external/clang/lib/Basic/
Module.cpp 255 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
256 Module *Mod = Exports[I].getPointer();
257 if (!Exports[I].getInt()) {
270 if (Module *Restriction = Exports[I].getPointer())
404 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
407 if (Module *Restriction = Exports[I].getPointer()) {
409 if (Exports[I].getInt())
518 SmallVector<Module *, 16> Exports;
519 V.M->getExportedModules(Exports);
520 for (Module *E : Exports)
    [all...]
  /external/clang/unittests/Format/
SortImportsTestJS.cpp 152 TEST_F(SortImportsTestJS, Exports) {

Completed in 752 milliseconds

1 2 3 4