Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h200 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
H A DInputFiles.cpp533 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() function in ObjFile
1029 parseRelocations(sectionHeaders, sectionHeaders[i], *sections[i]); in parse()