Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp109 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.cpp171 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3486 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local