Home
last modified time | relevance | path

Searched defs:LinkageName (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp119 StringRef LinkageName; in visitKnownRecord() local
197 StringRef LinkageName; in visitKnownRecord() local
295 StringRef LinkageName; in visitKnownRecord() local
398 StringRef LinkageName; visitKnownRecord() local
435 StringRef LinkageName; visitKnownRecord() local
530 StringRef LinkageName; visitKnownRecord() local
564 StringRef LinkageName; visitKnownRecord() local
610 StringRef LinkageName; visitKnownRecord() local
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp31 std::string LinkageName = Symbol.getName(); in dump() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h87 std::optional<std::string> LinkageName; global() member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h106 void setLinkageName(StringRef LinkageName) override { in setLinkageName()
H A DLVElement.h225 virtual void setLinkageName(StringRef LinkageName) {} in setLinkageName()
H A DLVScope.h674 void setLinkageName(StringRef LinkageName) override { in setLinkageName()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp754 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createGlobalVariableExpression()
773 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createTempGlobalVariableFwdDecl()
856 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, in createFunction()
876 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, in createTempFunctionFwdDecl()
891 DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, in createMethod()
H A DDebugInfoMetadata.cpp1125 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl()
1279 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl()
H A DDebugInfo.cpp665 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : ""; in getReplacementSubprogram() local
1120 size_t NameLen, const char *LinkageName, size_t LinkageNameLen, in LLVMDIBuilderCreateFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h140 enum class DINameKind { None, ShortName, LinkageName }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp137 if (auto LinkageName = Die.getLinkageName()) { in getQualifiedNameIndex() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3989 StringRef &LinkageName, in collectFunctionDeclProps()
4036 StringRef &Name, StringRef &LinkageName, in collectVarDeclProps()
4092 StringRef Name, LinkageName; in getFunctionFwdDeclOrStub() local
4147 StringRef Name, LinkageName; in getGlobalVariableForwardDeclaration() local
4370 StringRef LinkageName; in emitFunctionStart() local
4478 StringRef LinkageName; in EmitFunctionDecl() local
5361 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls()
5640 StringRef DeclName, LinkageName; in EmitGlobalVariable() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1224 StringRef LinkageName; in printCodeViewSymbolSection() local
1249 StringRef LinkageName; in printCodeViewSymbolSection() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp508 void DwarfUnit::addLinkageName(DIE &Die, StringRef LinkageName) { in addLinkageName()
1254 StringRef LinkageName = SP->getLinkageName(); in applySubprogramDefinitionAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp798 StringRef LinkageName; in visitKnownRecord() local
1346 StringRef LinkageName; in visitKnownRecord() local
1528 StringRef LinkageName; in visitKnownRecord() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1927 void replaceRawLinkageName(MDString *LinkageName) { in replaceRawLinkageName()