Home
last modified time | relevance | path

Searched refs:hasInstructions (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h169 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
H A DMCFragment.h103 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp443 if (isBundlingEnabled() && F.hasInstructions()) { in ensureValid()
586 assert(EF.hasInstructions() && in writeFragmentPadding()
990 assert(!DF.hasInstructions() || STI != nullptr); in layout()
998 assert(!RF.hasInstructions() || STI != nullptr); in layout()
H A DMCFragment.cpp132 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
H A DMCObjectStreamer.cpp148 if (!F.hasInstructions()) in canReuseDataFragment()
335 return Sec.hasInstructions(); in mayHaveInstructions()
H A DMCELFStreamer.cpp97 if (Assembler.isBundlingEnabled() && Section->hasInstructions()) in setSectionAlignmentForBundling()
H A DMCExpr.cpp629 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()
H A DWasmObjectWriter.cpp718 if (Frag.hasInstructions()) in addData()
1886 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
H A DMachObjectWriter.cpp911 if (Sec.hasInstructions()) in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp332 if (IsExecOnly && !TextSection->hasInstructions()) { in addTargetSectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp430 if (!F || !F->hasInstructions()) in getSizeForInstFragment()