Searched refs:UseCodeAlign (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h40 virtual bool UseCodeAlign() const { return false; } function in class:llvm::NVPTXSection
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSection.h68 // UseCodeAlign - Return true if a .align directive should use
70 virtual bool UseCodeAlign() const = 0;
H A DMCSectionCOFF.h87 virtual bool UseCodeAlign() const;
H A DMCSectionELF.h75 virtual bool UseCodeAlign() const;
H A DMCSectionMachO.h180 virtual bool UseCodeAlign() const;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp93 bool MCSectionCOFF::UseCodeAlign() const { function in class:MCSectionCOFF
H A DMCSectionELF.cpp153 bool MCSectionELF::UseCodeAlign() const { function in class:MCSectionELF
H A DMCSectionMachO.cpp157 bool MCSectionMachO::UseCodeAlign() const { function in class:MCSectionMachO
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2536 bool UseCodeAlign = getStreamer().getCurrentSection().first->UseCodeAlign(); local
2538 ValueSize == 1 && UseCodeAlign) {

Completed in 68 milliseconds