Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSection.h151 bool hasInstructions() const { return HasInstructions; }
H A DMCFragment.h107 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp445 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
482 assert(EF.hasInstructions() && in writeFragmentPadding()
896 assert(!DF.hasInstructions() || STI != nullptr); in layout()
904 assert(!RF.hasInstructions() || STI != nullptr); in layout()
H A DMCObjectStreamer.cpp196 if (!F.hasInstructions()) in canReuseDataFragment()
364 return Sec.hasInstructions(); in mayHaveInstructions()
H A DMCFragment.cpp364 << " Offset:" << Offset << " HasInstructions:" << hasInstructions(); in dump()
H A DMCELFStreamer.cpp141 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() && in setSectionAlignmentForBundling()
H A DMCExpr.cpp686 if (!CheckSym.getSection().hasInstructions()) in canFold()
H A DWasmObjectWriter.cpp658 if (Frag.hasInstructions()) in addData()
1813 if (Frag.hasInstructions() || Frag.getKind() != MCFragment::FT_Data) in writeOneObject()
H A DMachObjectWriter.cpp857 if (Sec.hasInstructions()) in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) { in addTargetSectionFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp520 if (!F || !F->hasInstructions()) in getSizeForInstFragment()