Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXSection.h39 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/NextBSD/contrib/llvm/lib/MC/
HDMCSectionCOFF.cpp102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
HDMCSectionELF.cpp165 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
HDMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp2730 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local