Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionXCOFF.cpp122 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp107 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp208 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp169 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3485 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local