Home
last modified time | relevance | path

Searched defs:weakDef (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h303 void addExportedSymbol(StringRef name, bool weakDef, bool copyRefs) { in addExportedSymbol()
357 bool weakDef = entry->second.weakDef; in exports() local
388 bool weakDef; member
DAtoms.h144 StringRef dylibInstallName, bool weakDef) in MachOSharedLibraryAtom()
DMachONormalizedFileToAtoms.cpp1572 bool weakDef = (exp.flags & EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION); in normalizedDylibToAtoms() local
1579 bool weakDef = (sym.desc & N_WEAK_DEF); in normalizedDylibToAtoms() local
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSymbols.h274 const bool weakDef : 1; variable