Home
last modified time | relevance | path

Searched refs:COFFShortExport (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFFImportFile.h73 struct COFFShortExport { struct
85 friend bool operator==(const COFFShortExport &L, const COFFShortExport &R) { argument
91 friend bool operator!=(const COFFShortExport &L, const COFFShortExport &R) {
97 ArrayRef<COFFShortExport> Exports,
DCOFFModuleDefinition.h29 std::vector<COFFShortExport> Exports;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp160 for (COFFShortExport& E : Def->Exports) { in dlltoolDriverMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp573 ArrayRef<COFFShortExport> Exports, in writeImportLibrary()
588 for (COFFShortExport E : Exports) { in writeImportLibrary()
DCOFFModuleDefinition.cpp232 COFFShortExport E; in parseExport()