Searched defs:isLarge (Results 1 – 4 of 4) sorted by relevance
83 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { in isLarge() function
486 static unsigned getNewOpc(unsigned Op, bool isLarge) { in getNewOpc()
694 bool isLarge = osec.flags & SHF_X86_64_LARGE && ctx.arg.emachine == EM_X86_64; in getSectionRank() local865 auto isLarge = [&ctx = ctx](OutputSection *osec) { in setReservedSymbolSections() local
448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine