Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSection.h166 bool hasInstructions() const { return HasInstructions; }
H A DMCFragment.h106 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp449 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
486 assert(EF.hasInstructions() && in writeFragmentPadding()
886 assert(!DF.hasInstructions() || STI != nullptr); in layout()
894 assert(!RF.hasInstructions() || STI != nullptr); in layout()
H A DMCObjectStreamer.cpp215 if (!F.hasInstructions()) in canReuseDataFragment()
408 return Sec.hasInstructions(); in mayHaveInstructions()
H A DMCFragment.cpp368 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
H A DMCELFStreamer.cpp146 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions()) in setSectionAlignmentForBundling()
H A DWasmObjectWriter.cpp722 if (Frag.hasInstructions()) in addData()
1877 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
H A DMachObjectWriter.cpp902 if (Sec.hasInstructions()) in writeObject()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp436 if (!F || !F->hasInstructions()) in getSizeForInstFragment()