Home
last modified time | relevance | path

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

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