/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 119 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 D | PrettyExternalSymbolDumper.cpp | 31 std::string LinkageName = Symbol.getName(); in dump() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfCorrelator.h | 87 std::optional<std::string> LinkageName; global() member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 106 void setLinkageName(StringRef LinkageName) override { in setLinkageName()
|
H A D | LVElement.h | 225 virtual void setLinkageName(StringRef LinkageName) {} in setLinkageName()
|
H A D | LVScope.h | 674 void setLinkageName(StringRef LinkageName) override { in setLinkageName()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 754 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 D | DebugInfoMetadata.cpp | 1125 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 1279 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl()
|
H A D | DebugInfo.cpp | 665 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 D | DIContext.h | 140 enum class DINameKind { None, ShortName, LinkageName }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 137 if (auto LinkageName = Die.getLinkageName()) { in getQualifiedNameIndex() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3989 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 D | COFFDumper.cpp | 1224 StringRef LinkageName; in printCodeViewSymbolSection() local 1249 StringRef LinkageName; in printCodeViewSymbolSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 508 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 D | LVCodeViewVisitor.cpp | 798 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 D | DebugInfoMetadata.h | 1927 void replaceRawLinkageName(MDString *LinkageName) { in replaceRawLinkageName()
|