Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionDXContainer.h33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h43 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionMachO.h81 bool useCodeAlign() const override;
H A DMCSectionCOFF.h78 bool useCodeAlign() const override;
H A DMCSectionWasm.h70 bool useCodeAlign() const override;
H A DMCSectionELF.h88 bool useCodeAlign() const override;
H A DMCSectionXCOFF.h121 bool useCodeAlign() const override;
H A DMCSection.h194 virtual bool useCodeAlign() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionELF.cpp209 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
H A DMCAssembler.cpp293 if (AF.getParent()->useCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
981 if (Sec.useCodeAlign() && AF.hasEmitNops()) in layout()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp919 if (Section.useCodeAlign()) in finish()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3496 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local
3498 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign()
H A DMasmParser.cpp4707 if (Section->useCodeAlign()) { in emitAlignTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4709 if (Section->useCodeAlign()) in parseDirectiveEven()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12273 if (Section->useCodeAlign()) in parseDirectiveEven()
12471 if (Section->useCodeAlign()) in parseDirectiveAlign()