Home
last modified time | relevance | path

Searched refs:IsLazy (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_field.cc64 if (IsLazy(field)) { in MakeImmutableGenerator()
85 if (IsLazy(field)) { in MakeImmutableGenerator()
105 if (IsLazy(field)) { in MakeImmutableGenerator()
Djava_helpers.h217 inline bool IsLazy(const FieldDescriptor* descriptor) { in IsLazy() function
/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp89 bool IsLazy) { in create() argument
97 BCOrErr.get(), DiagnosticHandler, IsLazy); in create()
/external/llvm/include/llvm/Object/
DFunctionIndexObjectFile.h91 bool IsLazy = false);
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h77 bool IsLazy = false);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp431 bool IsLazy = false; member in __anonecb5182a0111::FunctionIndexBitcodeReader
467 bool IsLazy = false,
470 bool IsLazy = false,
5393 bool IsLazy, bool CheckFuncSummaryPresenceOnly) in FunctionIndexBitcodeReader() argument
5394 : DiagnosticHandler(DiagnosticHandler), Buffer(Buffer), IsLazy(IsLazy), in FunctionIndexBitcodeReader()
5398 DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy, in FunctionIndexBitcodeReader() argument
5400 : DiagnosticHandler(DiagnosticHandler), Buffer(nullptr), IsLazy(IsLazy), in FunctionIndexBitcodeReader()
5448 if (foundFuncSummary() && !IsLazy) { in parseValueSymbolTable()
5466 if (foundFuncSummary() && !IsLazy) { in parseValueSymbolTable()
5528 if (IsLazy) { in parseModule()
[all …]