Home
last modified time | relevance | path

Searched refs:TagCodeModel (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DMSP430Attributes.cpp15 {TagCodeModel, "Tag_Code_Model"},
H A DMSP430AttributeParser.cpp18 {MSP430Attrs::TagCodeModel, &MSP430AttributeParser::parseCodeModel},
/llvm-project/llvm/include/llvm/Support/
H A DMSP430Attributes.h31 TagCodeModel = 6, enumerator
/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp59 Streamer.emitInt8(TagCodeModel); in MSP430TargetELFStreamer()