Home
last modified time | relevance | path

Searched refs:addEntry (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
HDInterfaceFile.cpp21 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry() function
32 typename C::iterator addEntry(C &Container, const Target &Target_) { in addEntry() function
45 detail::addEntry(Targets, Target); in addTarget()
50 auto Client = detail::addEntry(AllowableClients, InstallName); in addAllowableClient()
56 auto Lib = detail::addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary()
100 detail::addEntry(Targets, Target); in addTarget()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDConstantPools.cpp39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry() function in ConstantPool
109 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry() function in AssemblerConstantPools
113 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(), in addEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDConstantPools.h58 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
92 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDSwiftCallingConv.h60 addEntry(nullptr, begin, end); in addOpaqueData()
114 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h126 void addEntry(Symbol &sym);
207 void addEntry(InputFile &file, Symbol &sym, int64_t addend, RelExpr expr);
374 void addEntry(Symbol &sym);
394 void addEntry(Symbol &sym);
683 void addEntry(Symbol &sym);
704 void addEntry(Symbol &sym);
1110 llvm::Optional<uint32_t> addEntry(const Symbol *sym, int64_t addend);
HDRelocations.cpp232 in.got->addEntry(sym); in handleTlsRelocation()
275 in.got->addEntry(sym); in handleTlsRelocation()
1028 plt->addEntry(sym); in addPltEntry()
1029 gotPlt->addEntry(sym); in addPltEntry()
1035 in.got->addEntry(sym); in addGotEntry()
1143 in.mipsGot->addEntry(*sec.file, sym, addend, expr); in processRelocAux()
1364 in.mipsGot->addEntry(*sec.file, sym, addend, expr); in scanReloc()
HDThunks.cpp307 in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
320 in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
HDSyntheticSections.cpp609 void GotSection::addEntry(Symbol &sym) { in addEntry() function in lld::elf::GotSection
671 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry() function in lld::elf::MipsGotSection
1094 void GotPltSection::addEntry(Symbol &sym) { in addEntry() function in lld::elf::GotPltSection
1138 void IgotPltSection::addEntry(Symbol &sym) { in addEntry() function in lld::elf::IgotPltSection
2480 void PltSection::addEntry(Symbol &sym) { in addEntry() function in lld::elf::PltSection
2526 void IpltSection::addEntry(Symbol &sym) { in addEntry() function in lld::elf::IpltSection
3552 Optional<uint32_t> PPC64LongBranchTargetSection::addEntry(const Symbol *sym, in addEntry() function in lld::elf::PPC64LongBranchTargetSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64TargetStreamer.cpp33 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDSwiftCallingConv.cpp255 addEntry(type, begin, end); in addLegalTypedData()
258 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry() function in SwiftAggLowering
326 addEntry(eltTy, begin, begin + eltSize); in addEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.h209 bool addEntry(RecordsEntry E);
HDTGParser.cpp344 bool TGParser::addEntry(RecordsEntry E) { in addEntry() function in TGParser
2770 return addEntry(std::move(CurRec)); in ParseDef()
2913 return addEntry(std::move(Loop)); in ParseForeach()
2960 if (addEntry(std::move(Loop))) in ParseIf()
2985 if (addEntry(std::move(Loop))) in ParseIf()
3374 addEntry(std::move(E)); in ParseDefm()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWindowsResource.h203 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMTargetStreamer.cpp37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsResource.cpp354 bool IsNewNode = Root.addEntry(Entry, Origin, Data, StringTable, Node); in parse()
381 bool WindowsResourceParser::TreeNode::addEntry( in addEntry() function in llvm::object::WindowsResourceParser::TreeNode
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDLocalizationChecker.cpp532 ADD_UNARY_METHOD(NSForm, addEntry, 0) in initUIMethods()