Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputFiles.cpp476 template <class NList>
477 static macho::Symbol *createDefined(const NList &sym, StringRef name, in createDefined()
546 template <class NList>
547 static macho::Symbol *createAbsolute(const NList &sym, InputFile *file, in createAbsolute()
563 template <class NList>
564 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()
588 template <class NList>
589 static bool isUndef(const NList &sym) { in isUndef()
597 using NList = typename LP::nlist; in parseSymbols() typedef
604 const NList &sym = nList[i]; in parseSymbols()
[all …]
DInputFiles.h115 template <class NList>
116 Symbol *parseNonSectionSymbol(const NList &sym, StringRef name);