Lines Matching refs:ObjFile

117   if (!isa<ObjFile>(input) && !isa<DylibFile>(input))  in getPlatformInfos()
319 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections()
405 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames()
511 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations()
739 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()
781 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols()
947 ObjFile::ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName, in ObjFile() function in ObjFile
964 template <class LP> void ObjFile::parse() { in parse()
1038 template <class LP> void ObjFile::parseLazy() { in parseLazy()
1063 void ObjFile::parseDebugInfo() { in parseDebugInfo()
1088 ArrayRef<data_in_code_entry> ObjFile::getDataInCode() const { in getDataInCode()
1098 ArrayRef<uint8_t> ObjFile::getOptimizationHints() const { in getOptimizationHints()
1107 void ObjFile::registerCompactUnwind(Section &compactUnwindSection) { in registerCompactUnwind()
1376 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames()
1510 std::string ObjFile::sourceFile() const { in sourceFile()
1520 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf()
2121 return make<ObjFile>(mb, modTime, archiveName, /*lazy=*/false, forceHidden); in loadArchiveMember()
2276 auto &f = cast<ObjFile>(file); in extract()
2284 template void ObjFile::parse<LP64>();