Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DSymbolTable.cpp644 lazy->setWeak(); in addUndefinedTable() local
535 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) { addUndefinedFunction() local
588 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) { addUndefinedData() local
618 else if (auto *lazy = dyn_cast<LazySymbol>(s)) addUndefinedGlobal() local
670 else if (auto *lazy = dyn_cast<LazySymbol>(s)) addUndefinedTag() local
[all...]
H A DInputFiles.cpp79 createObjectFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) createObjectFile() argument
405 ObjFile(MemoryBufferRef m,StringRef archiveName,bool lazy) ObjFile() argument
778 BitcodeFile(MemoryBufferRef m,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument
[all...]
H A DInputFiles.h72 bool lazy = false; variable
H A DDriver.cpp987 if (auto *lazy = dyn_cast<LazySymbol>(needed)) { addStubSymbolDeps() local
/llvm-project/lld/ELF/
H A DInputFiles.h146 bool lazy = false; global() variable
H A DInputFiles.cpp1703 BitcodeFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument
1861 createObjFile(MemoryBufferRef mb,StringRef archiveName,bool lazy) createObjFile() argument
H A DDriver.cpp252 tryAddFatLTOFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) tryAddFatLTOFile() argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp96 void lazy() { in lazy() function
/llvm-project/lld/COFF/
H A DInputFiles.h132 InputFile(ctx,ObjectKind,m,lazy) InputFile() argument
H A DDriver.cpp179 addBuffer(std::unique_ptr<MemoryBuffer> mb,bool wholeArchive,bool lazy) addBuffer() argument
234 enqueuePath(StringRef path,bool wholeArchive,bool lazy) enqueuePath() argument
H A DInputFiles.cpp1047 BitcodeFile(COFFLinkerContext & ctx,MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument
[all...]
/llvm-project/lld/MachO/
H A DInputFiles.h134 bool lazy = false; variable
H A DSymbolTable.cpp230 else if (auto *lazy = dyn_cast<LazyArchive>(s)) addUndefined() local
H A DInputFiles.cpp967 bool lazy, bool forceHidden, bool compatArch, in ObjFile() argument
2276 BitcodeFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy,bool forceHidden,bool compatArch) BitcodeFile() argument
[all...]
/llvm-project/lldb/source/Target/
H A DTarget.cpp3664 __anona66799dd0702(LazyBool lazy) PrintDummySignals() argument