Home
last modified time | relevance | path

Searched refs:typeStub (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/lib/Core/
DDefinedAtom.cpp27 case typeStub: in permissions()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h113 typeStub, // linker created for calling external function enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DStubsPass.cpp115 return DefinedAtom::typeStub; in contentType()
DArchHandler_arm.cpp340 assert(stubAtom.contentType() == DefinedAtom::typeStub); in stubName()
1509 bool isStub = (target.contentType() == DefinedAtom::typeStub); in createShim()
DMachONormalizedFileFromAtoms.cpp275 ENTRY("__TEXT", "__stubs", S_SYMBOL_STUBS, typeStub),
314 case DefinedAtom::typeStub: in getFinalSection()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp379 io.enumCase(value, "stub", DefinedAtom::typeStub); in enumeration()