Home
last modified time | relevance | path

Searched refs:addName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp642 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 DDataAccessProf.cpp206 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 DAccelTable.h208 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 DDWARFLinkerImpl.cpp1222 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 DSemaInternal.h277 void addName(StringRef Name, NamedDecl *ND,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h223 void addName(FunctionId FName);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2353 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 DELFEmitter.cpp147 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 DSemaLookup.cpp4609 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 DDwarfDebug.cpp4018 AppleAccel.addName(Ref, Die); in addAccelNameImpl()
4032 Current.addName(Ref, Die, Unit.getUniqueID(), in addAccelNameImpl()