Searched refs:getEFlags (Results 1 – 7 of 7) sorted by relevance
48 static uint32_t getEFlags(InputFile *file) { in getEFlags() function53 uint32_t ret = getEFlags(ctx.objectFiles[0]); in calcEFlagsV3()57 if (ret == getEFlags(f)) in calcEFlagsV3()66 uint32_t retMach = getEFlags(ctx.objectFiles[0]) & EF_AMDGPU_MACH; in calcEFlagsV4()68 getEFlags(ctx.objectFiles[0]) & EF_AMDGPU_FEATURE_XNACK_V4; in calcEFlagsV4()70 getEFlags(ctx.objectFiles[0]) & EF_AMDGPU_FEATURE_SRAMECC_V4; in calcEFlagsV4()75 if (retMach != (getEFlags(f) & EF_AMDGPU_MACH)) { in calcEFlagsV4()82 (getEFlags(f) & EF_AMDGPU_FEATURE_XNACK_V4) in calcEFlagsV4()84 if (retXnack != (getEFlags(f) & EF_AMDGPU_FEATURE_XNACK_V4)) { in calcEFlagsV4()90 retXnack = getEFlags(f) & EF_AMDGPU_FEATURE_XNACK_V4; in calcEFlagsV4()[all …]
271 static uint32_t getEFlags(InputFile *file) { in getEFlags() function278 uint32_t flags = getEFlags(ctx.objectFiles[0]); in calcEFlags()282 uint32_t objFlags = getEFlags(f); in calcEFlags()
143 static uint32_t getEFlags(Ctx &ctx, InputFile *f) { in getEFlags() function155 uint32_t target = getEFlags(ctx, ctx.objectFiles.front()); in calcEFlags()157 uint32_t eflags = getEFlags(ctx, f); in calcEFlags()735 const bool rvc = getEFlags(ctx, sec.file) & EF_RISCV_RVC; in relaxCall()
631 static uint32_t getEFlags(InputFile *file) { in getEFlags() function641 uint32_t flag = getEFlags(f); in calcEFlags()
238 static uint32_t getEFlags(Ctx &ctx, const InputFile *f) { in getEFlags() function268 uint32_t flags = getEFlags(ctx, f); in calcEFlags()
180 unsigned getEFlags();
655 W.setELFHeaderEFlags(getEFlags()); in finish()700 unsigned AMDGPUTargetELFStreamer::getEFlags() { in getEFlags() function in AMDGPUTargetELFStreamer