Home
last modified time | relevance | path

Searched defs:isLarge (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDynamicAPInt.h83 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { in isLarge() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp486 static unsigned getNewOpc(unsigned Op, bool isLarge) { in getNewOpc()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp694 bool isLarge = osec.flags & SHF_X86_64_LARGE && ctx.arg.emachine == EM_X86_64; in getSectionRank() local
865 auto isLarge = [&ctx = ctx](OutputSection *osec) { in setReservedSymbolSections() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine