Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h232 void parseLoadCommands(MemoryBufferRef mb);
H A DDriverUtils.cpp265 newFile->parseLoadCommands(mbref); in loadDylib()
H A DInputFiles.cpp1783 void DylibFile::parseLoadCommands(MemoryBufferRef mb) { in parseLoadCommands() function in DylibFile