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

/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp78 bool MCSectionCOFF::UseCodeAlign() const { function in class:MCSectionCOFF
H A DMCSectionELF.cpp134 bool MCSectionELF::UseCodeAlign() const { function in class:MCSectionELF
H A DMCSectionMachO.cpp156 bool MCSectionMachO::UseCodeAlign() const { function in class:MCSectionMachO
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h39 virtual bool UseCodeAlign() const { return false; } function in class:llvm::NVPTXSection
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2208 bool UseCodeAlign = getStreamer().getCurrentSection()->UseCodeAlign(); local
2210 ValueSize == 1 && UseCodeAlign) {

Completed in 106 milliseconds