HomeSort by: relevance | last modified time | path
    Searched defs:addEntry (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPEntryList.cpp 37 void LDAPEntryList::addEntry(const LDAPEntry& e){
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ConstantPools.cpp 39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context,
109 const MCExpr *AssemblerConstantPools::addEntry(MCStreamer &Streamer,
113 return getOrCreateConstantPool(Section).addEntry(Expr, Streamer.getContext(),
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 22 typename C::iterator addEntry(C &Container, StringRef InstallName) {
33 typename C::iterator addEntry(C &Container, const Target &Target_) {
46 addEntry(Targets, Target);
51 auto Client = addEntry(AllowableClients, InstallName);
57 auto Lib = addEntry(ReexportedLibraries, InstallName);
99 addEntry(Targets, Target);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp 354 bool IsNewNode = Root.addEntry(Entry, Origin, Data, StringTable, Node);
381 bool WindowsResourceParser::TreeNode::addEntry(
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 2149 void YAMLVFSWriter::addEntry(StringRef VirtualPath, StringRef RealPath,
2158 addEntry(VirtualPath, RealPath, /*IsDirectory=*/false);
2163 addEntry(VirtualPath, RealPath, /*IsDirectory=*/true);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 346 bool TGParser::addEntry(RecordsEntry E) {
3040 return addEntry(std::move(CurRec));
3179 return addEntry(std::move(Loop));
3225 if (addEntry(std::move(Loop)))
3248 if (addEntry(std::move(Loop)))
3313 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition,
3665 addEntry(std::move(E));

Completed in 33 milliseconds