Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionDXContainer.h33 bool useCodeAlign() const override { return false; } in useCodeAlign() function
HDMCSectionSPIRV.h36 bool useCodeAlign() const override { return false; } in useCodeAlign() function
HDMCSectionGOFF.h43 bool useCodeAlign() const override { return false; } in useCodeAlign() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionXCOFF.cpp134 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign() function in MCSectionXCOFF
HDMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return isText(); } in useCodeAlign() function in MCSectionCOFF
HDMCSectionWasm.cpp101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign() function in MCSectionWasm
HDMCSectionELF.cpp209 bool MCSectionELF::useCodeAlign() const { in useCodeAlign() function in MCSectionELF
HDMCSectionMachO.cpp172 bool MCSectionMachO::useCodeAlign() const { in useCodeAlign() function in MCSectionMachO
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3496 bool useCodeAlign = Section->useCodeAlign(); in parseDirectiveAlign() local