Searched refs:typeInterposingTuples (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/Core/ |
D | DefinedAtom.cpp | 66 case typeInterposingTuples: in permissions()
|
/external/llvm-project/lld/include/lld/Core/ |
D | DefinedAtom.h | 142 typeInterposingTuples, // tuples of interposing info for dyld [Darwin] enumerator
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 88 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples), 96 ENTRY("", "", S_INTERPOSING, typeInterposingTuples),
|
D | MachONormalizedFileFromAtoms.cpp | 302 ENTRY("__DATA", "__interposing", S_INTERPOSING, typeInterposingTuples),
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 418 DefinedAtom::typeInterposingTuples); in enumeration()
|