Searched refs:addEntry (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/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-current/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, function in class:ConstantPool
122 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer, function in class:AssemblerConstantPools
126 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),
/openbsd-current/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-current/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp22 typename C::iterator addEntry(C &Container, StringRef InstallName) { function in namespace:__anon3199
33 typename C::iterator addEntry(C &Container, const Target &Target_) { function in namespace:__anon3199
46 addEntry(Targets, Target);
51 auto Client = addEntry(AllowableClients, InstallName);
57 auto Lib = addEntry(ReexportedLibraries, InstallName);
99 addEntry(Targets, Target);
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp42 const MCExpr *CSKYConstantPool::addEntry(MCStreamer &Streamer, function in class:CSKYConstantPool
105 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr);
110 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr);
H A DCSKYTargetStreamer.h34 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Value,
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, function in class:LVRange
68 void LVRange::addEntry(LVScope *Scope) { function in class:LVRange
78 addEntry(Scope, LowPC, HighPC);
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h60 addEntry(nullptr, begin, end);
114 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp44 return ConstantPools->addEntry(Streamer, Expr, Size, Loc);
/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.h124 void addEntry(Symbol *sym);
163 void addEntry(const InputSection *isec, uint64_t offset) { function in class:lld::macho::final
192 void addEntry(const Symbol *dysym, const InputSection *isec, uint64_t offset, function in class:lld::macho::final
223 void addEntry(const Symbol *symbol, const InputSection *isec, uint64_t offset, function in class:lld::macho::final
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);
330 in.weakBinding->addEntry(sym, isec, offset, addend);
332 in.rebase->addEntry(isec, offset);
334 in.weakBinding->addEntry(sym, isec, offset, addend);
336 in.binding->addEntry(sym, isec, offset, addend);
344 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { function in class:NonLazyPointerSectionBase
730 in.binding->addEntry(dysym, in.lazyPointers->isec,
732 in.weakBinding->addEntry(sym, in.lazyPointers->isec,
735 in.lazyBinding->addEntry(dysym);
739 in.rebase->addEntry(i
753 void StubsSection::addEntry(Symbol *sym) { function in class:StubsSection
822 void ObjCStubsSection::addEntry(Symbol *sym) { function in class:ObjCStubsSection
935 void LazyBindingSection::addEntry(Symbol *sym) { function in class:LazyBindingSection
[all...]
H A DUnwindInfoSection.cpp300 in.got->addEntry(defined);
308 in.got->addEntry(s);
328 in.got->addEntry(s);
H A DWriter.cpp648 in.stubs->addEntry(sym);
651 in.got->addEntry(sym);
654 in.tlvPointers->addEntry(sym);
700 in.rebase->addEntry(isec, r.offset);
735 in.objcStubs->addEntry(sym);
1272 in.stubs->addEntry(config->entry);
/openbsd-current/gnu/llvm/lld/wasm/
H A DRelocations.cpp109 out.elemSec->addEntry(cast<FunctionSymbol>(sym));
H A DSyntheticSections.h334 void addEntry(FunctionSymbol *sym);
H A DSyntheticSections.cpp413 out.elemSec->addEntry(F);
546 void ElemSection::addEntry(FunctionSymbol *sym) { function in class:lld::wasm::ElemSection
/openbsd-current/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 DRelocations.cpp894 plt.addEntry(sym);
895 gotPlt.addEntry(sym);
903 in.got->addEntry(sym);
922 in.got->addEntry(sym);
1072 in.mipsGot->addEntry(*sec->file, sym, addend, expr);
1139 in.mipsGot->addEntry(*sec->file, sym, addend, expr);
1722 got->addEntry(sym);
1727 got->addEntry(sym);
H A DSyntheticSections.cpp622 void GotSection::addEntry(Symbol &sym) { function in class:GotSection
702 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, function in class:MipsGotSection
1140 void GotPltSection::addEntry(Symbol &sym) { function in class:GotPltSection
1186 void IgotPltSection::addEntry(Symbol &sym) { function in class:IgotPltSection
2526 void PltSection::addEntry(Symbol &sym) { function in class:PltSection
2573 void IpltSection::addEntry(Symbol &sym) { function in class:IpltSection
3652 PPC64LongBranchTargetSection::addEntry(const Symbol *sym, int64_t addend) {
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsResource.h201 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h217 bool addEntry(RecordsEntry E);
H A DTGParser.cpp346 bool TGParser::addEntry(RecordsEntry E) { function in class:TGParser
3165 return addEntry(std::move(CurRec));
3304 return addEntry(std::move(Loop));
3351 if (addEntry(std::move(Loop)))
3374 if (addEntry(std::move(Loop)))
3439 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition,
3801 addEntry(std::move(E));
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp270 addEntry(type, begin, end);
273 void SwiftAggLowering::addEntry(llvm::Type *type,
344 addEntry(eltTy, begin, begin + eltSize);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp289 ScopesWithRanges->addEntry(Scope);
296 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress);

Completed in 312 milliseconds

12