Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.h118 void parseRelocations(ArrayRef<Section> sectionHeaders, const Section &,
H A DInputFiles.cpp350 void ObjFile::parseRelocations(ArrayRef<Section> sectionHeaders, in parseRelocations() function in ObjFile
797 parseRelocations(sectionHeaders, sectionHeaders[i], subsections[i]); in parse()