Home
last modified time | relevance | path

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

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