| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 642 void SampleProfileWriterBinary::addName(FunctionId FName) { in addName() function in SampleProfileWriterBinary 648 addName(Context.getFunction()); in addContext() 656 addName(J.first); in addNames() 663 addName(CalleeSamples.getFunction()); in addNames() 672 SampleProfileWriterBinary::addName(Callsite.Func); in addContext() 675 SampleProfileWriterBinary::addName(Context.getFunction()); in addContext()
|
| H A D | DataAccessProf.cpp | 206 std::function<Error(StringRef)> addName = [&](StringRef Name) { in deserializeSymbolsAndFilenames() local 215 readAndDecodeStrings(StringRef((const char *)Ptr, Len), addName)) in deserializeSymbolsAndFilenames()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 208 void addName(DwarfStringPoolEntryRef Name, Types &&... Args); 216 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, in addName() function 435 addName(Entry.second.Name, Data->getDieOffset(),
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 1222 AppleNamespaces.addName( in emitAppleAcceleratorSections() 1228 AppleNames.addName( in emitAppleAcceleratorSections() 1234 AppleObjC.addName( in emitAppleAcceleratorSections() 1240 AppleTypes.addName( in emitAppleAcceleratorSections() 1357 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 277 void addName(StringRef Name, NamedDecl *ND,
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 223 void addName(FunctionId FName);
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2353 AppleNamespaces.addName(Namespace.Name, Namespace.Die->getOffset() + in emitAcceleratorEntriesForUnit() 2357 AppleNames.addName(Pubname.Name, in emitAcceleratorEntriesForUnit() 2361 AppleTypes.addName( in emitAcceleratorEntriesForUnit() 2369 AppleObjc.addName(ObjC.Name, in emitAcceleratorEntriesForUnit() 2378 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2384 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2390 DebugNames.addName( in emitAcceleratorEntriesForUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 147 bool addName(StringRef Name, unsigned Ndx) { in addName() function in __anone951591a0111::NameToIdxMap 2003 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex() 2015 if (!Sym.Name.empty() && !Map.addName(Sym.Name, I + 1)) in buildSymbolIndexes()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4609 addName(Name, nullptr); in FoundName() 4615 addName(Keyword, nullptr, nullptr, true); in addKeywordResult() 4618 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName() function in TypoCorrectionConsumer
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 4018 AppleAccel.addName(Ref, Die); in addAccelNameImpl() 4032 Current.addName(Ref, Die, Unit.getUniqueID(), in addAccelNameImpl()
|