Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h38 bool UseCodeAlign() const override { return false; } in UseCodeAlign() function
/external/llvm/lib/MC/
DMCSectionCOFF.cpp103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp162 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2871 bool UseCodeAlign = Section->UseCodeAlign(); in parseDirectiveAlign() local