Home
last modified time | relevance | path

Searched refs:getLinkageName (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp60 if (!S->getLinkageName().empty()) in printModuleDebugInfo()
61 O << " ('" << S->getLinkageName() << "')"; in printModuleDebugInfo()
69 if (!GV->getLinkageName().empty()) in printModuleDebugInfo()
70 O << " ('" << GV->getLinkageName() << "')"; in printModuleDebugInfo()
H A DInlineAdvisor.cpp451 StringRef Name = DIL->getScope()->getSubprogram()->getLinkageName(); in formatCallSiteLocation()
478 StringRef Name = DIL->getScope()->getSubprogram()->getLinkageName(); in addLocationToRemarks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp70 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()
73 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp63 StringRef Name = Function->getLinkageName(); in update()
409 << Scope->getLinkageName() << "'\n" in createInstructions()
557 << Scope->getLinkageName() << "'\n"; in createInstructions()
571 LVSectionIndex SectionIndex = getSymbolTableIndex(Scope->getLinkageName()); in createInstructions()
911 addToSymbolTable(Scope->getLinkageName(), Scope, SectionIndex); in includeInlineeLines()
H A DLVCodeViewVisitor.cpp688 void LVSymbolVisitorDelegate::getLinkageName(uint32_t RelocOffset, in getLinkageName() function in LVSymbolVisitorDelegate
691 Reader->getLinkageName(CoffSection, RelocOffset, Offset, RelocSym); in getLinkageName()
800 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset, in visitKnownRecord()
1348 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset, in visitKnownRecord()
1530 ObjDelegate->getLinkageName(Proc.getRelocationOffset(), Proc.CodeOffset, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp551 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName()
561 Twine(" '") + Twine(getLinkageName()) + Twine("'")) in printLinkageName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h109 StringRef getLinkageName() const override { in getLinkageName() function
H A DLVElement.h226 virtual StringRef getLinkageName() const { return StringRef(); } in getLinkageName() function
H A DLVOptions.h516 matchGenericPattern(Element->getLinkageName()))) || in resolveGenericPatternMatch()
H A DLVScope.h677 StringRef getLinkageName() const override { in getLinkageName() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp74 const char *getLinkageName(Linkage L) { in getLinkageName() function
125 << ", linkage: " << formatv("{0:6}", getLinkageName(Sym.getLinkage())) in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h229 return Scope ? getSymbolTableIndex(Scope->getLinkageName()) in getSectionIndex()
H A DLVCodeViewReader.h205 void getLinkageName(const llvm::object::coff_section *CoffSection,
H A DLVCodeViewVisitor.h111 void getLinkageName(uint32_t RelocOffset, uint32_t Offset,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp486 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
497 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor()
H A DSampleProfileProbe.cpp352 FName = SP->getLinkageName(); in instrumentOneFunc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp382 addLinkageName(*VariableDIE, GV->getLinkageName()); in addLocationAttribute()
390 if (GV->getLinkageName() != "" && GV->getName() != GV->getLinkageName() && in addLocationAttribute()
392 DD->addAccelName(*this, CUNode->getNameTableKind(), GV->getLinkageName(), in addLocationAttribute()
1281 addLinkageName(*CalleeDIE, CalleeSP->getLinkageName()); in constructCallSiteEntryDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h251 const char *getLinkageName() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp449 if (auto Name = getLinkageName()) in getName()
462 const char *DWARFDie::getLinkageName() const { in getLinkageName() function in DWARFDie
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp248 StringRef Name = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in findFunctionSamples()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp137 if (auto LinkageName = Die.getLinkageName()) { in getQualifiedNameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp203 if (!SP->getLinkageName().empty()) in getFunctionName()
204 return SP->getLinkageName(); in getFunctionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1751 return getTemporary(getContext(), getScope(), getName(), getLinkageName(), in cloneImpl()
1865 StringRef getLinkageName() const { return getStringOperand(3); } in getLinkageName() function
2006 auto Name = SP->getLinkageName(); in getSubprogramLinkageName()
3314 return getTemporary(getContext(), getScope(), getName(), getLinkageName(),
3344 StringRef getLinkageName() const { return getStringOperand(5); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp665 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : ""; in getReplacementSubprogram()
693 StringRef OldLinkageName = MDS->getLinkageName(); in getReplacementSubprogram()
707 NewToLinkageName.insert({NewMDS, MDS->getLinkageName()}); in getReplacementSubprogram()

12