Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSectionCOFF.cpp102 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
H A DMCSectionELF.cpp153 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
H A DMCSectionMachO.cpp154 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h40 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2735 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local