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.h254 void parseLazy();
337 void parseLazy();
H A DInputFiles.cpp310 f->parseLazy(); in doParseFile()
312 cast<ObjFile<ELFT>>(file)->parseLazy(); in doParseFile()
1798 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
1883 template <class ELFT> void ObjFile<ELFT>::parseLazy() { in parseLazy() function in ObjFile
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h135 void parseLazy();
380 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
1136 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
/freebsd/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
2300 parseLazy(); in BitcodeFile()
2321 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile