Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DConstantPools.h57 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
91 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h60 addEntry(nullptr, begin, end); in addOpaqueData()
114 void addEntry(llvm::Type *type, CharUnits begin, CharUnits end);
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntryList.h67 void addEntry(const LDAPEntry& e);
H A DLDAPEntryList.cpp37 void LDAPEntryList::addEntry(const LDAPEntry& e){ in addEntry() function in LDAPEntryList
H A DLDAPSearchResults.cpp30 entryList.addEntry(*((LDAPSearchResult*)res)->getEntry()); in readMessageQueue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp44 return ConstantPools->addEntry(Streamer, Expr, Size, Loc); in addConstantPoolEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp268 addEntry(type, begin, end); in addLegalTypedData()
271 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry() function in SwiftAggLowering
342 addEntry(eltTy, begin, begin + eltSize); in addEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h201 bool addEntry(const ResourceEntryRef &Entry, uint32_t Origin,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h208 bool addEntry(RecordsEntry E);
H A DTGParser.cpp346 bool TGParser::addEntry(RecordsEntry E) { in addEntry() function in TGParser
3040 return addEntry(std::move(CurRec)); in ParseDef()
3179 return addEntry(std::move(Loop)); in ParseForeach()
3225 if (addEntry(std::move(Loop))) in ParseIf()
3248 if (addEntry(std::move(Loop))) in ParseIf()
3313 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition, in ParseAssert()
3665 addEntry(std::move(E)); in ParseDefm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp37 return ConstantPools->addEntry(Streamer, Expr, 4, Loc); in addConstantPoolEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2149 void YAMLVFSWriter::addEntry(StringRef VirtualPath, StringRef RealPath, in addEntry() function in YAMLVFSWriter
2158 addEntry(VirtualPath, RealPath, /*IsDirectory=*/false); in addFileMapping()
2163 addEntry(VirtualPath, RealPath, /*IsDirectory=*/true); in addDirectoryMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h879 void addEntry(StringRef VirtualPath, StringRef RealPath, bool IsDirectory);
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt859 311492 12 java/util/LinkedHashMap.addEntry
873 311492 15 java/util/HashMap.addEntry
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt859 311492 12 java/util/LinkedHashMap.addEntry
873 311492 15 java/util/HashMap.addEntry
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp532 ADD_UNARY_METHOD(NSForm, addEntry, 0) in initUIMethods()