Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputFiles.h235 void parseLazy();
328 void parseLazy();
H A DInputFiles.cpp281 f->parseLazy(); in doParseFile()
283 cast<ObjFile<ELFT>>(file)->parseLazy(); in doParseFile()
1707 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
1783 template <class ELFT> void ObjFile<ELFT>::parseLazy() { in parseLazy() function in ObjFile
/openbsd/gnu/llvm/lld/COFF/
H A DInputFiles.h135 void parseLazy();
374 void parseLazy();
H A DSymbolTable.cpp41 f->parseLazy(); in addFile()
43 cast<ObjFile>(file)->parseLazy(); in addFile()
H A DInputFiles.cpp137 void ObjFile::parseLazy() { in parseLazy() function in ObjFile
1070 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile
/openbsd/gnu/llvm/lld/MachO/
H A DInputFiles.h184 template <class LP> void parseLazy();
312 void parseLazy();
H A DInputFiles.cpp953 parseLazy<LP64>(); in ObjFile()
955 parseLazy<ILP32>(); in ObjFile()
1038 template <class LP> void ObjFile::parseLazy() { in parseLazy() function in ObjFile
2235 parseLazy(); in BitcodeFile()
2249 void BitcodeFile::parseLazy() { in parseLazy() function in BitcodeFile