Home
last modified time | relevance | path

Searched refs:GOFF (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h236 GOFF, enumerator
642 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp577 .EndsWith("goff", Triple::GOFF) in parseFormat()
674 case Triple::GOFF: return "goff"; in getObjectFormatTypeName()
750 return Triple::GOFF; in getDefaultFormat()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c437 #define GOFF(x) (((x) & 0xffff) << 0) macro
535 GOFF(csc[1])); in icl_program_input_csc()
538 GOFF(csc[4])); in icl_program_input_csc()
541 GOFF(csc[7])); in icl_program_input_csc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h540 case Triple::GOFF: in createMCObjectStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp101 case Triple::GOFF: in MCContext()
H A DMCObjectFileInfo.cpp1018 case Triple::GOFF: in getDwarfComdatSection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp263 case Triple::GOFF: in asanUseGlobalsGC()
H A DCodeGenModule.cpp5203 case llvm::Triple::GOFF: in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp5125 case llvm::Triple::GOFF: in GetSectionName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4856 case Triple::GOFF: in getSectionNameForBitcode()
4875 case Triple::GOFF: in getSectionNameForCommandline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2050 case Triple::GOFF: in getGlobalMetadataSection()