Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMagic.h57 dxcontainer_object, ///< DirectX container file enumerator
/openbsd/gnu/llvm/llvm/lib/Object/
H A DBinary.cpp89 case file_magic::dxcontainer_object: in createBinary()
H A DObjectFile.cpp156 case file_magic::dxcontainer_object: in createObjectFile()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp21 assert(file_magic::dxcontainer_object == identify_magic(Source.getBuffer())); in dumpDXContainer()
H A Dobj2yaml.cpp65 case file_magic::dxcontainer_object: in dumpInput()
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMagic.cpp238 return file_magic::dxcontainer_object; in identify_magic()