Searched refs:coffObj (Results 1 – 2 of 2) sorted by relevance
269 ObjFile::ObjFile(SymbolTable &symtab, COFFObjectFile *coffObj, bool lazy) in ObjFile() argument270 : InputFile(symtab, ObjectKind, coffObj->getMemoryBufferRef(), lazy), in ObjFile()271 coffObj(coffObj) {} in ObjFile()290 uint32_t numSymbols = coffObj->getNumberOfSymbols(); in parseLazy()292 COFFSymbolRef coffSym = check(coffObj->getSymbol(i)); in parseLazy()296 StringRef name = check(coffObj->getSymbolName(coffSym)); in parseLazy()351 auto sec = coffObj->getSection(i); in getSection()366 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks()383 if (Expected<StringRef> e = coffObj->getSectionName(sec)) in readSection()391 cantFail(coffObj->getSectionContents(sec, data)); in readSection()[all …]
140 explicit ObjFile(SymbolTable &symtab, COFFObjectFile *coffObj, bool lazy);166 COFFObjectFile *getCOFFObj() { return coffObj.get(); } in getCOFFObj()282 std::unique_ptr<COFFObjectFile> coffObj; variable434 std::unique_ptr<COFFObjectFile> coffObj;