Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.h193 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
H A DInputFiles.cpp511 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() function in ObjFile
1018 parseRelocations(sectionHeaders, sectionHeaders[i], *sections[i]); in parse()