Home
last modified time | relevance | path

Searched refs:dxcontainer_object (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h58 dxcontainer_object, ///< DirectX container file enumerator
/src/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp90 case file_magic::dxcontainer_object: in createBinary()
H A DObjectFile.cpp168 case file_magic::dxcontainer_object: in createObjectFile()
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp255 return file_magic::dxcontainer_object; in identify_magic()