/llvm-project/lld/wasm/ |
H A D | SymbolTable.cpp | 644 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 D | InputFiles.cpp | 79 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 D | InputFiles.h | 72 bool lazy = false; variable
|
H A D | Driver.cpp | 987 if (auto *lazy = dyn_cast<LazySymbol>(needed)) { addStubSymbolDeps() local
|
/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 146 bool lazy = false; global() variable
|
H A D | InputFiles.cpp | 1703 BitcodeFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument 1861 createObjFile(MemoryBufferRef mb,StringRef archiveName,bool lazy) createObjFile() argument
|
H A D | Driver.cpp | 252 tryAddFatLTOFile(MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) tryAddFatLTOFile() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-result.cpp | 96 void lazy() { in lazy() function
|
/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 132 InputFile(ctx,ObjectKind,m,lazy) InputFile() argument
|
H A D | Driver.cpp | 179 addBuffer(std::unique_ptr<MemoryBuffer> mb,bool wholeArchive,bool lazy) addBuffer() argument 234 enqueuePath(StringRef path,bool wholeArchive,bool lazy) enqueuePath() argument
|
H A D | InputFiles.cpp | 1047 BitcodeFile(COFFLinkerContext & ctx,MemoryBufferRef mb,StringRef archiveName,uint64_t offsetInArchive,bool lazy) BitcodeFile() argument [all...] |
/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 134 bool lazy = false; variable
|
H A D | SymbolTable.cpp | 230 else if (auto *lazy = dyn_cast<LazyArchive>(s)) addUndefined() local
|
H A D | InputFiles.cpp | 967 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 D | Target.cpp | 3664 __anona66799dd0702(LazyBool lazy) PrintDummySignals() argument
|