Home
last modified time | relevance | path

Searched defs:FileFormat (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/TargetParser/
H A DTripleTest.cpp2149 TEST(TripleTest,FileFormat) TEST() argument
/llvm-project/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp51 enum class FileFormat { IFS, ELF, TBD }; enum
[all...]
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h28 enum class FileFormat { Unspecified, ELF, Binary, IHex, SREC }; enum