Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp69 bool parseSections() { in parseSections() function
125 if (!parseSections()) in parse()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.h185 template <class SectionHeader> void parseSections(ArrayRef<SectionHeader>);
H A DInputFiles.cpp319 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() function in ObjFile
1001 parseSections(sectionHeaders); in parse()