Home
last modified time | relevance | path

Searched refs:parseSections (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.h110 template <class Section> void parseSections(ArrayRef<Section>);
H A DInputFiles.cpp231 void ObjFile::parseSections(ArrayRef<Section> sections) { in parseSections() function in ObjFile
780 parseSections(sectionHeaders); in parse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp66 bool parseSections() { in parseSections() function
130 if (!parseSections()) in parse()