Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DSymbolicFile.cpp43 case sys::fs::file_magic::windows_resource: in createSymbolicFile()
DBinary.cpp70 case sys::fs::file_magic::windows_resource: in createBinary()
DObjectFile.cpp73 case sys::fs::file_magic::windows_resource: in createObjectFile()
/external/llvm/unittests/Support/
DPath.cpp741 const char windows_resource[] = "\x00\x00\x00\x00\x020\x00\x00\x00\xff"; variable
772 DEFINE(windows_resource) in TEST_F()
/external/llvm/include/llvm/Support/
DFileSystem.h250 windows_resource ///< Windows compiled resource file (.rc) enumerator
/external/llvm/lib/Support/
DPath.cpp980 return file_magic::windows_resource; in identify_magic()