Home
last modified time | relevance | path

Searched refs:getMSP430AttributeTags (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h37 : ELFAttributeParser(SW, MSP430Attrs::getMSP430AttributeTags(), in MSP430AttributeParser()
40 : ELFAttributeParser(MSP430Attrs::getMSP430AttributeTags(), "mspabi") {} in MSP430AttributeParser()
H A DMSP430Attributes.h26 const TagNameMap &getMSP430AttributeTags();
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMSP430Attributes.cpp20 const TagNameMap &llvm::MSP430Attrs::getMSP430AttributeTags() { in getMSP430AttributeTags() function in llvm::MSP430Attrs