Lines Matching refs:ObjFile
117 if (!isa<ObjFile>(input) && !isa<DylibFile>(input)) in getPlatformInfos()
341 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections()
427 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames()
533 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations()
757 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()
799 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols()
954 void ObjFile::parseLinkerOptions(SmallVectorImpl<StringRef> &LCLinkerOptions) { in parseLinkerOptions()
966 ObjFile::ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName, in ObjFile() function in ObjFile
986 template <class LP> void ObjFile::parse() { in parse()
1049 template <class LP> void ObjFile::parseLazy() { in parseLazy()
1080 void ObjFile::parseDebugInfo() { in parseDebugInfo()
1105 ArrayRef<data_in_code_entry> ObjFile::getDataInCode() const { in getDataInCode()
1115 ArrayRef<uint8_t> ObjFile::getOptimizationHints() const { in getOptimizationHints()
1124 void ObjFile::registerCompactUnwind(Section &compactUnwindSection) { in registerCompactUnwind()
1390 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames()
1524 std::string ObjFile::sourceFile() const { in sourceFile()
1543 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf()
2173 return make<ObjFile>(mb, modTime, archiveName, /*lazy=*/false, forceHidden, in loadArchiveMember()
2342 auto &f = cast<ObjFile>(file); in extract()
2350 template void ObjFile::parse<LP64>();