Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Core/
DDefinedAtom.cpp55 case typeThunkTLV: in permissions()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h146 typeThunkTLV, // thunk used to access a TLV [Darwin] enumerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp457 if (inAtom->contentType() == DefinedAtom::typeThunkTLV && in getReferenceInfo()
DMachONormalizedFileFromAtoms.cpp294 typeThunkTLV),
318 case DefinedAtom::typeThunkTLV: in getFinalSection()
DMachONormalizedFileToAtoms.cpp90 typeThunkTLV),
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp422 io.enumCase(value, "tlv-thunk", DefinedAtom::typeThunkTLV); in enumeration()