| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 22 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 D | ConstantPools.cpp | 39 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 D | CSKYTargetStreamer.cpp | 42 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 D | CSKYTargetStreamer.h | 34 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Value,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.cpp | 52 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 D | ConstantPools.h | 58 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 D | LVRange.h | 66 void addEntry(LVScope *Scope, LVAddress LowerAddress, LVAddress UpperAddress); 67 void addEntry(LVScope *Scope);
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.h | 124 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 D | SyntheticSections.cpp | 328 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 D | UnwindInfoSection.cpp | 300 in.got->addEntry(defined); in prepareRelocations() 308 in.got->addEntry(s); in prepareRelocations() 328 in.got->addEntry(s); in prepareRelocations()
|
| H A D | Writer.cpp | 648 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 D | SwiftCallingConv.h | 60 addEntry(nullptr, begin, end); in addOpaqueData() 114 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 107 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 D | Thunks.cpp | 443 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 D | SyntheticSections.cpp | 622 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 D | AArch64TargetStreamer.cpp | 44 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Relocations.cpp | 109 out.elemSec->addEntry(cast<FunctionSymbol>(sym)); in scanRelocations()
|
| H A D | SyntheticSections.cpp | 413 out.elemSec->addEntry(F); in addInternalGOTEntry() 546 void ElemSection::addEntry(FunctionSymbol *sym) { in addEntry() function in lld::wasm::ElemSection
|
| H A D | SyntheticSections.h | 334 void addEntry(FunctionSymbol *sym);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 270 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 D | WindowsResource.h | 201 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGParser.h | 217 bool addEntry(RecordsEntry E);
|
| H A D | TGParser.cpp | 346 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 D | LVBinaryReader.cpp | 289 ScopesWithRanges->addEntry(Scope); in addSectionRange() 296 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()
|