Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h240 void parseLazy();
335 void parseLazy();
H A DInputFiles.cpp299 f->parseLazy(); in doParseFile()
301 cast<ObjFile<ELFT>>(file)->parseLazy(); in doParseFile()
1740 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
1825 template <class ELFT> void ObjFile<ELFT>::parseLazy() { in parseLazy() function in ObjFile
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h135 void parseLazy();
377 void parseLazy();
H A DSymbolTable.cpp56 f->parseLazy(); in addFile()
58 cast<ObjFile>(file)->parseLazy(); in addFile()
H A DInputFiles.cpp137 void ObjFile::parseLazy() { in parseLazy() function in ObjFile
1087 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.h191 template <class LP> void parseLazy();
319 void parseLazy();
H A DInputFiles.cpp975 parseLazy<LP64>(); in ObjFile()
977 parseLazy<ILP32>(); in ObjFile()
1049 template <class LP> void ObjFile::parseLazy() { in parseLazy() function in ObjFile
2294 parseLazy(); in BitcodeFile()
2315 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile