Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h60 const char *ContentType; member
75 const char *ContentType; member
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp88 Response.ContentType); in setResponse()
94 Response.ContentLength, Response.ContentType, in setResponse()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h56 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp49 dwarf::LineNumberEntryFormat ContentType) { in trackContentType() argument
50 switch (ContentType) { in trackContentType()