Home
last modified time | relevance | path

Searched refs:ImageInfoFlags (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp473 unsigned ImageInfoFlags = 0; in emitModuleFlags() local
492 ImageInfoFlags |= mdconst::extract<ConstantInt>(Val)->getZExtValue(); in emitModuleFlags()
531 Streamer.EmitIntValue(ImageInfoFlags, 4); in emitModuleFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp702 unsigned ImageInfoFlags = 0; in emitModuleMetadata() local
705 GetObjCImageInfo(M, VersionVal, ImageInfoFlags, SectionVal); in emitModuleMetadata()
729 Streamer.EmitIntValue(ImageInfoFlags, 4); in emitModuleMetadata()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4512 enum ImageInfoFlags { enum