Home
last modified time | relevance | path

Searched refs:typeInterposingTuples (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DDefinedAtom.cpp66 case typeInterposingTuples: in permissions()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h142 typeInterposingTuples, // tuples of interposing info for dyld [Darwin] enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp88 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
96 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
H A DMachONormalizedFileFromAtoms.cpp302 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp418 DefinedAtom::typeInterposingTuples); in enumeration()