Home
last modified time | relevance | path

Searched defs:lazy (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw_20_comp.h137 uint16_t lazy; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h147 bool lazy = false; variable
H A DInputFiles.cpp1702 uint64_t offsetInArchive, bool lazy) in BitcodeFile()
1860 bool lazy) { in createObjFile()
H A DDriver.cpp253 uint64_t offsetInArchive, bool lazy) { in tryAddFatLTOFile()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h134 bool lazy = false; variable
H A DSymbolTable.cpp230 else if (auto *lazy = dyn_cast<LazyArchive>(s)) in addUndefined() local
H A DInputFiles.cpp967 bool lazy, bool forceHidden, bool compatArch, in ObjFile()
2272 uint64_t offsetInArchive, bool lazy, bool forceHidden, in BitcodeFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h132 : InputFile(ctx, ObjectKind, m, lazy) {} in InputFile() argument
H A DDriver.cpp179 bool wholeArchive, bool lazy) { in addBuffer()
234 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath()
H A DInputFiles.cpp1047 bool lazy) in BitcodeFile()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c253 bool lazy; in reloc_plt() local
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c238 struct ibv_wc *wc, int lazy) in mlx4_parse_cqe()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c1718 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c522 int cqe_ver, int lazy) in mlx5_parse_cqe()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3664 auto str_for_lazy = [] (LazyBool lazy) -> const char * { in PrintDummySignals()