/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordVisitor.h | 39 : Symbols(Symbols), Targ(T), RecordUndefs(RecordUndefs) {} in Symbols() argument 46 SymbolSet *Symbols; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 40 WriteNamedDecl(const NamedDecl * ND,MangledSymbols & Symbols,int RDO) WriteNamedDecl() argument 145 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> & Decls,MangledSymbols & Symbols,int RDO) HandleDecls() argument 151 HandleTemplateSpecializations(const FunctionTemplateDecl & FTD,MangledSymbols & Symbols,int RDO) HandleTemplateSpecializations() argument 157 HandleTemplateSpecializations(const ClassTemplateDecl & CTD,MangledSymbols & Symbols,int RDO) HandleTemplateSpecializations() argument 162 HandleNamedDecl(const NamedDecl * ND,MangledSymbols & Symbols,int RDO) HandleNamedDecl() argument 268 MangledSymbols Symbols; HandleTranslationUnit() local 291 __anon497decaf0602(const llvm::Triple &T, const MangledSymbols &Symbols, const ASTContext &context, StringRef Format, raw_ostream &OS) HandleTranslationUnit() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 436 std::shared_ptr<SymbolDependenceMap> Symbols; global() variable 454 SymbolNameVector Symbols; global() variable 471 SymbolNameSet Symbols; global() variable 483 MissingSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP,std::string ModuleName,SymbolNameVector Symbols) MissingSymbolDefinitions() argument 494 SymbolNameVector Symbols; global() variable 506 UnexpectedSymbolDefinitions(std::shared_ptr<SymbolStringPool> SSP,std::string ModuleName,SymbolNameVector Symbols) UnexpectedSymbolDefinitions() argument 517 SymbolNameVector Symbols; global() variable 746 SymbolMap Symbols; global() variable 760 absoluteSymbols(SymbolMap Symbols) absoluteSymbols() argument 1295 SymbolTable Symbols; global() variable 1718 createMaterializationResponsibility(ResourceTracker & RT,SymbolFlagsMap Symbols,SymbolStringPtr InitSymbol) createMaterializationResponsibility() argument 1964 notifyResolved(const SymbolMap & Symbols) notifyResolved() argument 1988 delegate(const SymbolNameSet & Symbols) delegate() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CVSymbolVisitor.cpp | 70 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols) { in visitSymbolStream() 78 Error CVSymbolVisitor::visitSymbolStream(const CVSymbolArray &Symbols, in visitSymbolStream() 88 Error CVSymbolVisitor::visitSymbolStreamFiltered(const CVSymbolArray &Symbols, in visitSymbolStreamFiltered()
|
H A D | SymbolRecordHelpers.cpp | 85 llvm::codeview::limitSymbolArrayToScope(const CVSymbolArray &Symbols, in limitSymbolArrayToScope()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | JITSymbol.cpp | 108 void LegacyJITSymbolResolver::lookup(const LookupSet &Symbols, in lookup() 149 LegacyJITSymbolResolver::getResponsibilitySet(const LookupSet &Symbols) { in getResponsibilitySet()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LookupAndRecordAddrs.cpp | 22 SymbolLookupSet Symbols; in lookupAndRecordAddrs() local 59 SymbolLookupSet Symbols; in lookupAndRecordAddrs() local
|
H A D | DebugUtils.cpp | 149 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() argument 153 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() argument 145 operator <<(raw_ostream & OS,const SymbolNameSet & Symbols) operator <<() argument 192 operator <<(raw_ostream & OS,const SymbolMap & Symbols) operator <<() argument
|
H A D | EPCDynamicLibrarySearchGenerator.cpp | 28 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument
|
H A D | RTDyldObjectLinkingLayer.cpp | 229 SymbolMap Symbols; in onObjLoad() local 21 lookup(const LookupSet & Symbols,OnResolvedFunction OnResolved) lookup() argument 59 getResponsibilitySet(const LookupSet & Symbols) getResponsibilitySet() argument [all...] |
H A D | Core.cpp | 129 for (auto &Sym : Symbols) in SymbolsCouldNotBeRemoved() argument 82 FailedToMaterialize(std::shared_ptr<SymbolStringPool> SSP,std::shared_ptr<SymbolDependenceMap> Symbols) FailedToMaterialize() argument 107 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP,SymbolNameSet Symbols) SymbolsNotFound() argument 115 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP,SymbolNameVector Symbols) SymbolsNotFound() argument 161 AsynchronousSymbolQuery(const SymbolLookupSet & Symbols,SymbolState RequiredState,SymbolsResolvedCallback NotifyComplete) AsynchronousSymbolQuery() argument 260 AbsoluteSymbolsMaterializationUnit(SymbolMap Symbols) AbsoluteSymbolsMaterializationUnit() argument 293 extractFlags(const SymbolMap & Symbols) extractFlags() argument 495 buildSimpleReexportsAliasMap(JITDylib & SourceJD,SymbolNameSet Symbols) buildSimpleReexportsAliasMap() argument 2123 lookup(LookupKind K,const JITDylibSearchOrder & SearchOrder,SymbolLookupSet Symbols,SymbolState RequiredState,SymbolsResolvedCallback NotifyComplete,RegisterDependenciesFunction RegisterDependencies) lookup() argument 2152 lookup(const JITDylibSearchOrder & SearchOrder,SymbolLookupSet Symbols,LookupKind K,SymbolState RequiredState,RegisterDependenciesFunction RegisterDependencies) lookup() argument 3017 OL_notifyResolved(MaterializationResponsibility & MR,const SymbolMap & Symbols) OL_notifyResolved() argument 3121 OL_delegate(MaterializationResponsibility & MR,const SymbolNameSet & Symbols) OL_delegate() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumSymbols.cpp | 22 std::vector<SymIndexId> Symbols) in NativeEnumSymbols()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.h | 22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
H A D | StreamUtil.h | 24 Symbols, enumerator
|
H A D | TypeReferenceTracker.cpp | 66 CVSymbolArray Symbols; in mark() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.h | 92 std::vector<SymbolDesc> Symbols; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 67 std::vector<Symbol> Symbols; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.h | 48 Array Symbols; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.h | 31 StringMap<State> Symbols; variable
|
H A D | ELFObjectFile.cpp | 843 readDynsymVersionsImpl(const ELFFile<ELFT> & EF,ELFObjectFileBase::elf_symbol_iterator_range Symbols) readDynsymVersionsImpl() argument 898 elf_symbol_iterator_range Symbols = getDynamicSymbolIterators(); readDynsymVersions() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 128 StringRef Symbols[2]; in dumpCXXData() member 132 StringRef Symbols[1]; in dumpCXXData() member 136 StringRef Symbols[2]; in dumpCXXData() member 140 StringRef Symbols[1]; in dumpCXXData() member 156 StringRef Symbols[2]; in dumpCXXData() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFReader.cpp | 51 std::vector<Symbol> Symbols; in readSymbols() local
|
H A D | XCOFFObject.h | 40 std::vector<Symbol> Symbols; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 136 std::unique_ptr<SymbolStream> Symbols; variable
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 42 Symbols = Log::ChannelFlag<23>, enumerator
|