Searched refs:addName (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 215 addName(I.second.getNameWithContext(), FunctionSamples::ProfileIsCS); in writeNameTableSection() 461 void SampleProfileWriterBinary::addName(StringRef FName, bool IsContextName) { in addName() function in SampleProfileWriterBinary 474 addName(J.first()); in addNames() 481 addName(CalleeSamples.getName()); in addNames() 569 addName(I.first(), FunctionSamples::ProfileIsCS); in writeHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 202 void addName(DwarfStringPoolEntryRef Name, Types &&... Args); 207 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, in addName() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1803 AppleNamespaces.addName(Namespace.Name, in emitAppleAcceleratorEntriesForUnit() 1808 AppleNames.addName(Pubname.Name, in emitAppleAcceleratorEntriesForUnit() 1813 AppleTypes.addName( in emitAppleAcceleratorEntriesForUnit() 1822 AppleObjc.addName(ObjC.Name, ObjC.Die->getOffset() + Unit.getStartOffset()); in emitAppleAcceleratorEntriesForUnit() 1827 DebugNames.addName(Namespace.Name, Namespace.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1830 DebugNames.addName(Pubname.Name, Pubname.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit() 1833 DebugNames.addName(Pubtype.Name, Pubtype.Die->getOffset(), in emitDwarfAcceleratorEntriesForUnit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 147 void addName(StringRef FName, bool IsContextName = false);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 281 void addName(StringRef Name, NamedDecl *ND,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 141 bool addName(StringRef Name, unsigned Ndx) { in addName() function in __anonae3a78450111::NameToIdxMap 1816 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex() 1830 if (!Sym.Name.empty() && !Map.addName(Sym.Name, I + 1)) in buildSymbolIndexes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4243 addName(Name, nullptr); in FoundName() 4249 addName(Keyword, nullptr, nullptr, true); in addKeywordResult() 4252 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName() function in TypoCorrectionConsumer
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3413 AppleAccel.addName(Ref, Die); in addAccelNameImpl() 3416 AccelDebugNames.addName(Ref, Die); in addAccelNameImpl()
|