Home
last modified time | relevance | path

Searched refs:PrintImports (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h74 void PrintImports() const;
Dpython_generator.cc331 PrintImports(); in Generate()
359 void Generator::PrintImports() const { in PrintImports() function in google::protobuf::compiler::python::Generator
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp52 static cl::opt<bool> PrintImports("print-imports", cl::init(false), cl::Hidden,
662 if (PrintImports) { in importFunctions()