Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h191 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
H A DInputFiles.cpp642 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() function in ObjFile
1112 parseRelocations(sectionHeaders, sectionHeaders[i], *sections[i]); in parse()