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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFFModuleDefinition.h 29 std::vector<COFFShortExport> Exports;
COFFImportFile.h 97 ArrayRef<COFFShortExport> Exports,
Wasm.h 132 ArrayRef<wasm::WasmExport> exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
249 std::vector<wasm::WasmExport> 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/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 160 for (COFFShortExport& E : Def->Exports) {
176 if (writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true))
  /external/clang/unittests/Format/
SortImportsTestJS.cpp 152 TEST_F(SortImportsTestJS, Exports) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 161 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
163 std::vector<CrossModuleExport> Exports;
343 IO.mapOptional("Exports", Exports);
469 for (const auto &M : Exports)
649 const DebugCrossModuleExportsSubsectionRef &Exports) {
651 Result->Exports.assign(Exports.begin(), Exports.end());
832 DebugCrossModuleExportsSubsectionRef &Exports,
    [all...]
WasmYAML.cpp 105 IO.mapOptional("Exports", Section.Exports);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFModuleDefinition.cpp 128 .Case("EXPORTS", KwExports)
263 Info.Exports.push_back(E);
295 Info.Exports.push_back(E);
COFFImportFile.cpp 573 ArrayRef<COFFShortExport> Exports,
588 for (COFFShortExport E : Exports) {
WasmObjectFile.cpp 820 Exports.reserve(Count);
844 Exports.push_back(Ex);
    [all...]
  /external/flatbuffers/tests/namespace_test/
namespace_test1_generated.js 200 // Exports for Node.js and RequireJS
namespace_test2_generated.js 329 // Exports for Node.js and RequireJS
  /external/clang/include/clang/Basic/
Module.h 230 SmallVector<ExportDecl, 2> Exports;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WasmObjectWriter.cpp 303 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
798 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) {
799 if (Exports.empty())
805 encodeULEB128(Exports.size(), W.OS);
806 for (const wasm::WasmExport &Export : Exports) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 312 // Make exports in the source module.
334 /// as well as the list of "exports", i.e. the list of symbols referenced from
396 auto &Exports = ExportLists[ModName];
397 DEBUG(dbgs() << "* Module " << ModName << " exports " << Exports.size()
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2wasm.cpp 321 encodeULEB128(Section.Exports.size(), OS);
322 for (const WasmYAML::Export &Export : Section.Exports) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionImport.cpp 375 // Make exports in the source module.
419 /// as well as the list of "exports", i.e. the list of symbols referenced from
525 auto &Exports = ExportLists[ModName];
526 unsigned NumGVS = numGlobalVarSummaries(Index, Exports);
527 LLVM_DEBUG(dbgs() << "* Module " << ModName << " exports "
528 << Exports.size() - NumGVS << " functions and " << NumGVS
    [all...]
  /build/kati/
serialize.go 141 Exports map[string]bool
286 Exports: g.exports,
707 exports: g.Exports,
  /external/clang/lib/Lex/
ModuleMap.cpp 390 // wildcard to the set of exports.
391 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
392 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
406 // wildcard to the set of exports.
407 if (UmbrellaModule->InferExportWildcard && Result->Exports.empty())
408 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
702 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
881 Mod->Exports.push_back(Export);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 272 std::vector<Export> Exports;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 235 for (auto &Export : Obj.exports()) {
240 ExportSec->Exports.push_back(Ex);
  /external/flatbuffers/tests/union_vector/
union_vector_generated.js 460 // Exports for Node.js and RequireJS
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 930 printHeader(P, "Cross Module Exports");
935 DebugCrossModuleExportsSubsectionRef &Exports) {
937 for (const auto &Export : Exports) {
    [all...]
  /external/v8/src/js/
array.js 814 // Exports

Completed in 2132 milliseconds

1 2