Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp22 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry() function
33 typename C::iterator addEntry(C &Container, const Target &Target_) { in addEntry() function
46 addEntry(Targets, Target); in addTarget()
51 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient()
57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary()
99 addEntry(Targets, Target); in addTarget()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry() function in ConstantPool
122 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, in addEntry() function in AssemblerConstantPools
126 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(), in addEntry()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp42 const MCExpr *CSKYConstantPool::addEntry(MCStreamer &Streamer, in addEntry() function in CSKYConstantPool
105 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr); in addConstantPoolEntry()
110 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr); in addConstantPoolEntry()
H A DCSKYTargetStreamer.h34 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Value,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, in addEntry() function in LVRange
68 void LVRange::addEntry(LVScope *Scope) { in addEntry() function in LVRange
78 addEntry(Scope, LowPC, HighPC); in addEntry()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DConstantPools.h58 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
92 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h66 void addEntry(LVScope *Scope, LVAddress LowerAddress, LVAddress UpperAddress);
67 void addEntry(LVScope *Scope);
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h124 void addEntry(Symbol *sym);
163 void addEntry(const InputSection *isec, uint64_t offset) { in addEntry() function
192 void addEntry(const Symbol *dysym, const InputSection *isec, uint64_t offset,
223 void addEntry(const Symbol *symbol, const InputSection *isec, uint64_t offset,
289 void addEntry(Symbol *);
327 void addEntry(Symbol *sym);
364 void addEntry(Symbol *dysym);
H A DSyntheticSections.cpp328 in.binding->addEntry(dysym, isec, offset, addend); in addNonLazyBindingEntries()
330 in.weakBinding->addEntry(sym, isec, offset, addend); in addNonLazyBindingEntries()
332 in.rebase->addEntry(isec, offset); in addNonLazyBindingEntries()
334 in.weakBinding->addEntry(sym, isec, offset, addend); in addNonLazyBindingEntries()
336 in.binding->addEntry(sym, isec, offset, addend); in addNonLazyBindingEntries()
344 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry() function in NonLazyPointerSectionBase
730 in.binding->addEntry(dysym, in.lazyPointers->isec, in addBindingsForStub()
732 in.weakBinding->addEntry(sym, in.lazyPointers->isec, in addBindingsForStub()
735 in.lazyBinding->addEntry(dysym); in addBindingsForStub()
739 in.rebase->addEntry(in.lazyPointers->isec, in addBindingsForStub()
[all …]
H A DUnwindInfoSection.cpp300 in.got->addEntry(defined); in prepareRelocations()
308 in.got->addEntry(s); in prepareRelocations()
328 in.got->addEntry(s); in prepareRelocations()
H A DWriter.cpp648 in.stubs->addEntry(sym); in prepareSymbolRelocation()
651 in.got->addEntry(sym); in prepareSymbolRelocation()
654 in.tlvPointers->addEntry(sym); in prepareSymbolRelocation()
700 in.rebase->addEntry(isec, r.offset); in scanRelocations()
735 in.objcStubs->addEntry(sym); in scanSymbols()
1272 in.stubs->addEntry(config->entry); in run()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h60 addEntry(nullptr, begin, end); in addOpaqueData()
114 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h107 void addEntry(Symbol &sym);
189 void addEntry(InputFile &file, Symbol &sym, int64_t addend, RelExpr expr);
356 void addEntry(Symbol &sym);
376 void addEntry(Symbol &sym);
736 void addEntry(Symbol &sym);
757 void addEntry(Symbol &sym);
1166 std::optional<uint32_t> addEntry(const Symbol *sym, int64_t addend);
H A DThunks.cpp443 in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
456 in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
1114 in.ppc64LongBranchTarget->addEntry(&destination, addend); in writeTo()
H A DSyntheticSections.cpp622 void GotSection::addEntry(Symbol &sym) { in addEntry() function in GotSection
702 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry() function in MipsGotSection
1140 void GotPltSection::addEntry(Symbol &sym) { in addEntry() function in GotPltSection
1186 void IgotPltSection::addEntry(Symbol &sym) { in addEntry() function in IgotPltSection
2526 void PltSection::addEntry(Symbol &sym) { in addEntry() function in PltSection
2573 void IpltSection::addEntry(Symbol &sym) { in addEntry() function in IpltSection
3652 PPC64LongBranchTargetSection::addEntry(const Symbol *sym, int64_t addend) { in addEntry() function in PPC64LongBranchTargetSection
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp44 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp109 out.elemSec->addEntry(cast<FunctionSymbol>(sym)); in scanRelocations()
H A DSyntheticSections.cpp413 out.elemSec->addEntry(F); in addInternalGOTEntry()
546 void ElemSection::addEntry(FunctionSymbol *sym) { in addEntry() function in lld::wasm::ElemSection
H A DSyntheticSections.h334 void addEntry(FunctionSymbol *sym);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp270 addEntry(type, begin, end); in addLegalTypedData()
273 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry() function in SwiftAggLowering
344 addEntry(eltTy, begin, begin + eltSize); in addEntry()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsResource.h201 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h217 bool addEntry(RecordsEntry E);
H A DTGParser.cpp346 bool TGParser::addEntry(RecordsEntry E) { in addEntry() function in TGParser
3165 return addEntry(std::move(CurRec)); in ParseDef()
3304 return addEntry(std::move(Loop)); in ParseForeach()
3351 if (addEntry(std::move(Loop))) in ParseIf()
3374 if (addEntry(std::move(Loop))) in ParseIf()
3439 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition, in ParseAssert()
3801 addEntry(std::move(E)); in ParseDefm()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp289 ScopesWithRanges->addEntry(Scope); in addSectionRange()
296 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()

12