/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 645 void SampleProfileWriterBinary::addName(FunctionId FName) { in addName() function in SampleProfileWriterBinary 651 addName(Context.getFunction()); in addContext() 659 addName(J.first); in addNames() 666 addName(CalleeSamples.getFunction()); in addNames() 675 SampleProfileWriterBinary::addName(Callsite.Func); in addContext() 678 SampleProfileWriterBinary::addName(Context.getFunction()); in addContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 207 void addName(DwarfStringPoolEntryRef Name, Types &&... Args); 215 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, in addName() function 432 addName(Entry.second.Name, Data->getDieOffset(),
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 1224 AppleNamespaces.addName( in emitAppleAcceleratorSections() 1230 AppleNames.addName( in emitAppleAcceleratorSections() 1236 AppleObjC.addName( in emitAppleAcceleratorSections() 1242 AppleTypes.addName( in emitAppleAcceleratorSections() 1359 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/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2236 AppleNamespaces.addName(Namespace.Name, Namespace.Die->getOffset() + in emitAcceleratorEntriesForUnit() 2240 AppleNames.addName(Pubname.Name, in emitAcceleratorEntriesForUnit() 2244 AppleTypes.addName( in emitAcceleratorEntriesForUnit() 2252 AppleObjc.addName(ObjC.Name, in emitAcceleratorEntriesForUnit() 2261 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2267 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2273 DebugNames.addName( in emitAcceleratorEntriesForUnit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 212 void addName(FunctionId FName);
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 150 bool addName(StringRef Name, unsigned Ndx) { in addName() function in __anone951591a0111::NameToIdxMap 1976 if (!SN2I.addName(S->Name, Index)) in buildSectionIndex() 1988 if (!Sym.Name.empty() && !Map.addName(Sym.Name, I + 1)) in buildSymbolIndexes()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4515 addName(Name, nullptr); in FoundName() 4521 addName(Keyword, nullptr, nullptr, true); in addKeywordResult() 4524 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 | 3568 AppleAccel.addName(Ref, Die); in addAccelNameImpl() 3582 Current.addName(Ref, Die, Unit.getUniqueID(), in addAccelNameImpl()
|