Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.h120 void parseDebugInfo();
H A DInputFiles.cpp799 parseDebugInfo(); in parse()
804 void ObjFile::parseDebugInfo() { in parseDebugInfo() function in ObjFile
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp939 llvm::Error parseDebugInfo(MachOFile &file, in parseDebugInfo() function
1554 if (auto err = parseDebugInfo(*file, normalizedFile, copyRefs)) in normalizedObjectToAtoms()