Searched refs:ApiFile (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/gold/
H A Dgold-plugin.cpp691 StringRef Name, raw_fd_ostream *ApiFile,
727 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n';
1142 raw_fd_ostream *ApiFile, StringSet<> &Internalize,
1146 std::unique_ptr<Module> M = getModuleForFile(Context, F, View, Name, ApiFile,
1181 StringRef Name, raw_fd_ostream *ApiFile,
1198 linkInModule(Context, L, F, View, Name, ApiFile, Dummy, true);
1209 thinLTOBackends(raw_fd_ostream *ApiFile, argument
1256 ApiFile, std::ref(CombinedIndex), OS.get(),
1306 static ld_plugin_status thinLTOLink(raw_fd_ostream *ApiFile) { argument
1456 thinLTOBackends(ApiFile, CombinedInde
690 getModuleForFile(LLVMContext &Context, claimed_file &F, const void *View, StringRef Name, raw_fd_ostream *ApiFile, StringSet<> &Internalize, std::vector<GlobalValue *> &Keep, StringMap<unsigned> &Realign) argument
1140 linkInModule(LLVMContext &Context, IRMover &L, claimed_file &F, const void *View, StringRef Name, raw_fd_ostream *ApiFile, StringSet<> &Internalize, bool SetName = false) argument
1180 thinLTOBackendTask(claimed_file &F, const void *View, StringRef Name, raw_fd_ostream *ApiFile, const ModuleSummaryIndex &CombinedIndex, raw_fd_ostream *OS, unsigned TaskID, StringMap<MemoryBufferRef> &ModuleMap, FunctionImporter::ImportMapTy &ImportList, std::map<GlobalValue::GUID, GlobalValueSummary *> &DefinedGlobals) argument
1464 allSymbolsReadHook(raw_fd_ostream *ApiFile) argument
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java177 return ApiFile.parseApi(filename, stream);
216 return ApiFile.parseApi(url.toString(), stream);
H A DXmlApiFile.java187 value = ApiFile.parseValue(typeName, attributes.getValue("value"));
H A DApiFile.java37 public class ApiFile { class

Completed in 1081 milliseconds