Home
last modified time | relevance | path

Searched refs:coffObj (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp141 uint32_t numSymbols = coffObj->getNumberOfSymbols(); in parseLazy()
161 coffObj.reset(obj); in parse()
174 auto sec = coffObj->getSection(i); in getSection()
214 cantFail(coffObj->getSectionContents(sec, data)); in readSection()
389 coffObj->getNumberOfSections() + 1); in initializeSymbols()
689 if (coffObj) in getMachineType()
1133 coffObj.reset(obj); in parse()
1139 if (!coffObj->getPE32Header() && !coffObj->getPE32PlusHeader()) { in parse()
1162 if (coffObj->getMachine() == I386) { in parse()
1175 if (coffObj) in getMachineType()
[all …]
H A DInputFiles.h157 COFFObjectFile *getCOFFObj() { return coffObj.get(); } in getCOFFObj()
272 std::unique_ptr<COFFObjectFile> coffObj; variable
405 std::unique_ptr<COFFObjectFile> coffObj;