Home
last modified time | relevance | path

Searched refs:AVRELFObjectWriter (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFObjectWriter.cpp23 class AVRELFObjectWriter : public MCELFObjectTargetWriter { class
25 AVRELFObjectWriter(uint8_t OSABI);
27 virtual ~AVRELFObjectWriter() {} in ~AVRELFObjectWriter()
35 AVRELFObjectWriter::AVRELFObjectWriter(uint8_t OSABI) in AVRELFObjectWriter() function in llvm::AVRELFObjectWriter
38 unsigned AVRELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
155 return std::make_unique<AVRELFObjectWriter>(OSABI); in createAVRELFObjectWriter()
DCMakeLists.txt3 AVRELFObjectWriter.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFObjectWriter.cpp23 class AVRELFObjectWriter : public MCELFObjectTargetWriter { class
25 AVRELFObjectWriter(uint8_t OSABI);
27 virtual ~AVRELFObjectWriter() {} in ~AVRELFObjectWriter()
35 AVRELFObjectWriter::AVRELFObjectWriter(uint8_t OSABI) in AVRELFObjectWriter() function in llvm::AVRELFObjectWriter
38 unsigned AVRELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
155 return std::make_unique<AVRELFObjectWriter>(OSABI); in createAVRELFObjectWriter()
DCMakeLists.txt3 AVRELFObjectWriter.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AVR/MCTargetDesc/
DBUILD.gn54 "AVRELFObjectWriter.cpp",