Home
last modified time | relevance | path

Searched defs:UseCodeAlign (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionXCOFF.cpp118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() function in MCSectionXCOFF
H A DMCSectionCOFF.cpp107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionWasm.cpp105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() function in MCSectionWasm
H A DMCSectionELF.cpp199 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp162 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3443 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local