Searched refs:IsCPRel (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp71 static unsigned getXCoreSectionFlags(SectionKind K, bool IsCPRel) { argument
79 else if (IsCPRel)
101 bool IsCPRel = SectionName.starts_with(".cp."); local
102 if (IsCPRel && !Kind.isReadOnly())
105 getXCoreSectionFlags(Kind, IsCPRel));

Completed in 61 milliseconds