Home
last modified time | relevance | path

Searched refs:addEntry (Results 1 – 15 of 15) 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
114 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(), in addEntry()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DConstantPools.h59 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
93 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h61 addEntry(nullptr, begin, end); in addOpaqueData()
115 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h119 void addEntry(Symbol &Sym);
196 void addEntry(InputFile &File, Symbol &Sym, int64_t Addend, RelExpr Expr);
362 void addEntry(Symbol &Sym);
378 void addEntry(Symbol &Sym);
663 template <class ELFT> void addEntry(Symbol &Sym);
978 void addEntry(Symbol &Sym);
H A DRelocations.cpp237 In.Got->addEntry(Sym); in handleTlsRelocation()
273 In.Got->addEntry(Sym); in handleTlsRelocation()
766 Plt->addEntry<ELFT>(Sym); in addPltEntry()
767 GotPlt->addEntry(Sym); in addPltEntry()
773 In.Got->addEntry(Sym); in addGotEntry()
882 In.MipsGot->addEntry(*Sec.File, Sym, Addend, Expr); in processRelocAux()
1076 In.MipsGot->addEntry(*Sec.File, Sym, Addend, Expr); in scanReloc()
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
3175 template void PltSection::addEntry<ELF32LE>(Symbol &Sym);
3176 template void PltSection::addEntry<ELF32BE>(Symbol &Sym);
3177 template void PltSection::addEntry<ELF64LE>(Symbol &Sym);
3178 template void PltSection::addEntry<ELF64BE>(Symbol &Sym);
H A DThunks.cpp281 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PILongBranchThunk()
292 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PDLongBranchThunk()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp33 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp256 addEntry(type, begin, end); in addLegalTypedData()
259 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry() function in SwiftAggLowering
327 addEntry(eltTy, begin, begin + eltSize); in addEntry()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWindowsResource.h194 void addEntry(const ResourceEntryRef &Entry, bool &IsNewTypeString,
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h149 bool addEntry(RecordsEntry E);
H A DTGParser.cpp345 bool TGParser::addEntry(RecordsEntry E) { in addEntry() function in TGParser
2535 return addEntry(std::move(CurRec)); in ParseDef()
2634 return addEntry(std::move(Loop)); in ParseForeach()
2975 addEntry(std::move(E)); in ParseDefm()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp156 Root.addEntry(Entry, IsNewTypeString, IsNewNameString); in parse()
175 void WindowsResourceParser::TreeNode::addEntry(const ResourceEntryRef &Entry, in addEntry() function in llvm::object::WindowsResourceParser::TreeNode
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp38 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp533 ADD_UNARY_METHOD(NSForm, addEntry, 0) in initUIMethods()