Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 – 16 of 16) sorted by relevance

/external/dagger2/java/dagger/
DLazy.java145 public interface Lazy<T> { interface
/external/llvm/tools/llvm-c-test/
Dmodule.c28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
65 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/llvm/lib/LTO/
DLTO.cpp24 LLVMContext &Context, bool Lazy) { in loadModuleFromBuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h29 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
/external/v8/src/codegen/
Dsource-position-table.h63 inline bool Lazy() const { return mode_ == LAZY_SOURCE_POSITIONS; } in Lazy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h55 Lazy = 1U << 5, enumerator
/external/llvm/include/llvm/Object/
DMachO.h146 enum class Kind { Regular, Lazy, Weak }; enumerator
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp267 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp295 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h185 bool IsDWO, bool Lazy) override { in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp43 const DWARFSection &DWOSection, bool Lazy) { in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h216 enum class Kind { Regular, Lazy, Weak }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp178 bool Lazy, bool IsImporting) { in loadModuleFromBuffer()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1769 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5475 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions