| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 40 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 D | ConstantPools.h | 59 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 D | SwiftCallingConv.h | 61 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 D | SyntheticSections.h | 119 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 D | Relocations.cpp | 237 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 D | SyntheticSections.cpp | 603 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 D | Thunks.cpp | 281 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PILongBranchThunk() 292 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PDLongBranchThunk()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 33 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 256 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 D | WindowsResource.h | 194 void addEntry(const ResourceEntryRef &Entry, bool &IsNewTypeString,
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | TGParser.h | 149 bool addEntry(RecordsEntry E);
|
| H A D | TGParser.cpp | 345 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 D | WindowsResource.cpp | 156 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 D | ARMTargetStreamer.cpp | 38 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 533 ADD_UNARY_METHOD(NSForm, addEntry, 0) in initUIMethods()
|