Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXSection.h40 virtual bool UseCodeAlign() const { return false; } in UseCodeAlign() function
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCSection.h70 virtual bool UseCodeAlign() const = 0;
DMCSectionELF.h75 virtual bool UseCodeAlign() const;
DMCSectionCOFF.h87 virtual bool UseCodeAlign() const;
DMCSectionMachO.h180 virtual bool UseCodeAlign() const;
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionCOFF.cpp93 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionCOFF
DMCSectionELF.cpp153 bool MCSectionELF::UseCodeAlign() const { in UseCodeAlign() function in MCSectionELF
DMCSectionMachO.cpp157 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() function in MCSectionMachO
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp2536 bool UseCodeAlign = getStreamer().getCurrentSection().first->UseCodeAlign(); in parseDirectiveAlign() local
2538 ValueSize == 1 && UseCodeAlign) { in parseDirectiveAlign()