Home
last modified time | relevance | path

Searched defs:useCodeAlign (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionDXContainer.h33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionSPIRV.h36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
H A DMCSectionGOFF.h83 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp117 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp213 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO