Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h60 const char *ContentType; member
75 const char *ContentType; member
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DHTTPServer.cpp88 Response.ContentType); in setResponse()
94 Response.ContentLength, Response.ContentType, in setResponse()
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h51 enum class ContentType : ModeFlags { enum
H A Dfile.cpp323 flags |= static_cast<ModeFlags>(ContentType::BINARY); in mode_flags()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h57 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp50 dwarf::LineNumberEntryFormat ContentType) { in trackContentType() argument
51 switch (ContentType) { in trackContentType()