Home
last modified time | relevance | path

Searched refs:useCodeAlign (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionMachO.h74 bool useCodeAlign() const override;
H A DMCSectionCOFF.h75 bool useCodeAlign() const override;
H A DMCSectionWasm.h64 bool useCodeAlign() const override;
H A DMCSectionELF.h82 bool useCodeAlign() const override;
H A DMCSectionXCOFF.h115 bool useCodeAlign() const override;
H A DMCSection.h201 virtual bool useCodeAlign() const = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp130 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionELF.cpp213 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
H A DMCAssembler.cpp346 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
884 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp917 if (Section.useCodeAlign()) in finish()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3494 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local
3496 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign()
H A DMasmParser.cpp4706 if (Section->useCodeAlign()) { in emitAlignTo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4623 if (Section->useCodeAlign()) in parseDirectiveEven()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12014 if (Section->useCodeAlign()) in parseDirectiveEven()
12212 if (Section->useCodeAlign()) in parseDirectiveAlign()