Searched refs:LCOMM (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
/external/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
H A DMCAsmInfoDarwin.cpp35 LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment;
H A DMCAsmInfo.cpp76 LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
H A DMCAsmStreamer.cpp552 case LCOMM::NoAlignment:
554 case LCOMM::ByteAlignment:
557 case LCOMM::Log2Alignment:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp62 LCOMMDirectiveType = LCOMM::None;
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp62 LCOMMDirectiveType = LCOMM::None;
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h36 namespace LCOMM { namespace in namespace:llvm
264 LCOMM::LCOMMType LCOMMDirectiveAlignmentType; // Defaults to NoAlignment.
525 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const {
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3423 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();
3424 if (IsLocal && LCOMM == LCOMM::NoAlignment)
3429 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp325 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) {

Completed in 98 milliseconds