Home
last modified time | relevance | path

Searched defs:addEntry (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DConstantPools.cpp40 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry() function in ConstantPool
110 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry() function in AssemblerConstantPools
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp603 void GotSection::addEntry(Symbol &Sym) { in addEntry() function in GotSection
667 void MipsGotSection::addEntry(InputFile &File, Symbol &Sym, int64_t Addend, in addEntry() function in MipsGotSection
1088 void GotPltSection::addEntry(Symbol &Sym) { in addEntry() function in GotPltSection
1135 void IgotPltSection::addEntry(Symbol &Sym) { in addEntry() function in IgotPltSection
2340 template <class ELFT> void PltSection::addEntry(Symbol &Sym) { in addEntry() function in PltSection
3120 void PPC64LongBranchTargetSection::addEntry(Symbol &Sym) { in addEntry() function in PPC64LongBranchTargetSection
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp175 void WindowsResourceParser::TreeNode::addEntry(const ResourceEntryRef &Entry, in addEntry() function in llvm::object::WindowsResourceParser::TreeNode
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp259 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry() function in SwiftAggLowering
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp345 bool TGParser::addEntry(RecordsEntry E) { in addEntry() function in TGParser