Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h264 void parseLazy();
330 void parseLazy();
H A DInputFiles.cpp311 f->parseLazy(); in doParseFile()
313 cast<ObjFile<ELFT>>(file)->parseLazy(); in doParseFile()
1903 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
1996 template <class ELFT> void ObjFile<ELFT>::parseLazy() { in parseLazy() function in ObjFile
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h191 template <class LP> void parseLazy();
323 void parseLazy();
H A DInputFiles.cpp973 parseLazy<LP64>(); in ObjFile()
975 parseLazy<ILP32>(); in ObjFile()
1047 template <class LP> void ObjFile::parseLazy() { in parseLazy() function in ObjFile
2364 parseLazy(); in BitcodeFile()
2385 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h144 void parseLazy();
406 void parseLazy();
H A DInputFiles.cpp288 void ObjFile::parseLazy() { in parseLazy() function in ObjFile
1447 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
H A DDriver.cpp204 f->parseLazy(); in addFile()
206 cast<ObjFile>(file)->parseLazy(); in addFile()