Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h166 bool hasInstructions() const { return HasInstructions; }
H A DMCFragment.h107 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp457 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
493 assert(EF.hasInstructions() && in writeFragmentPadding()
893 assert(!DF.hasInstructions() || STI != nullptr); in layout()
901 assert(!RF.hasInstructions() || STI != nullptr); in layout()
H A DMCObjectStreamer.cpp212 if (!F.hasInstructions()) in canReuseDataFragment()
416 return Sec.hasInstructions(); in mayHaveInstructions()
H A DMCFragment.cpp368 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
H A DMCELFStreamer.cpp143 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions()) in setSectionAlignmentForBundling()
H A DWasmObjectWriter.cpp723 if (Frag.hasInstructions()) in addData()
1878 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
H A DMCExpr.cpp634 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp890 if (Sec.hasInstructions()) in writeObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp310 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp435 if (!F || !F->hasInstructions()) in getSizeForInstFragment()