Home
last modified time | relevance | path

Searched refs:parseLazy (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h229 void parseLazy();
324 void parseLazy();
H A DInputFiles.cpp176 f->parseLazy(); in doParseFile()
178 cast<ObjFile<ELFT>>(file)->parseLazy(); in doParseFile()
1660 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
1736 template <class ELFT> void ObjFile<ELFT>::parseLazy() { in parseLazy() function in ObjFile
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h135 void parseLazy();
375 void parseLazy();
H A DSymbolTable.cpp42 f->parseLazy(); in addFile()
44 cast<ObjFile>(file)->parseLazy(); in addFile()
H A DInputFiles.cpp136 void ObjFile::parseLazy() { in parseLazy() function in ObjFile
1082 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h182 template <class LP> void parseLazy();
309 void parseLazy();
H A DInputFiles.cpp1050 parseLazy<LP64>(); in ObjFile()
1052 parseLazy<ILP32>(); in ObjFile()
1137 template <class LP> void ObjFile::parseLazy() { in parseLazy() function in ObjFile
2281 parseLazy(); in BitcodeFile()
2295 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile