Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp333 FatHeaderType HeaderType) { in writeUniversalBinaryToStream() argument
337 switch (HeaderType) { in writeUniversalBinaryToStream()
354 FatHeaderType HeaderType) { in writeUniversalBinary() argument
366 if (Error E = writeUniversalBinaryToStream(Slices, Out, HeaderType)) { in writeUniversalBinary()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp57 bool ShouldShowHeader(SrcMgr::CharacteristicKind HeaderType) { in ShouldShowHeader() argument
58 if (!DepOpts.IncludeSystemHeaders && isSystem(HeaderType)) in ShouldShowHeader()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsniffer470 # HeaderType; exact type of this header; probably always 0x4000
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4046 const types::ID HeaderType = lookupHeaderTypeForSourceType(InputType); in handleArguments() local
4048 Action *ClangClPch = C.MakeAction<InputAction>(*InputArg, HeaderType); in handleArguments()
4049 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments()