Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionDXContainer.h32 bool useCodeAlign() const override { return false; } useCodeAlign() function
H A DMCSectionSPIRV.h35 bool useCodeAlign() const override { return false; } useCodeAlign() function
H A DMCSectionGOFF.h42 bool useCodeAlign() const override { return false; } useCodeAlign() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp130 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } useCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp104 bool MCSectionWasm::useCodeAlign() const { return false; } useCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp213 bool MCSectionELF::useCodeAlign() const { useCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp171 bool MCSectionMachO::useCodeAlign() const { useCodeAlign() function in MCSectionMachO
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3494 bool useCodeAlign = Section->useCodeAlign(); parseDirectiveAlign() local