Home
last modified time | relevance | path

Searched refs:UseCodeAlign (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSectionGOFF.h38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
DMCSectionMachO.h74 bool UseCodeAlign() const override;
DMCSectionCOFF.h75 bool UseCodeAlign() const override;
DMCSectionELF.h84 bool UseCodeAlign() const override;
DMCSectionWasm.h64 bool UseCodeAlign() const override;
DMCSectionXCOFF.h107 bool UseCodeAlign() const override;
DMCSection.h193 virtual bool UseCodeAlign() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionWasm.cpp105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionXCOFF.cpp118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
DMCSectionELF.cpp199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
DMCAssembler.cpp334 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
868 if (Sec.UseCodeAlign() && AF.hasEmitNops()) in layout()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp904 if (Section.UseCodeAlign()) in finish()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3451 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local
3453 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()
DMasmParser.cpp4774 if (Section->UseCodeAlign()) { in emitAlignTo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp4723 if (Section->UseCodeAlign()) in parseDirectiveEven()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11785 if (Section->UseCodeAlign()) in parseDirectiveEven()
11987 if (Section->UseCodeAlign()) in parseDirectiveAlign()