Home
last modified time | relevance | path

Searched refs:formatFor (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h81 inline Format formatFor(DebugCompressionType Type) { in formatFor() function
99 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp60 switch (formatFor(T)) { in decompress()
84 return decompress(formatFor(T), Input, Output, UncompressedSize); in decompress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp53 compression::formatFor(CompressionType))) in consumeCompressedHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp401 compression::formatFor(CompressDebugSections))) { in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp776 compression::formatFor(Config.CompressionType))) in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp483 compression::getReasonIfUnsupported(compression::formatFor(Type))) in visit()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1133 compression::formatFor(type))) { in getCompressionType()