Home
last modified time | relevance | path

Searched defs:Symbols (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordVisitor.h39 : Symbols(Symbols), Targ(T), RecordUndefs(RecordUndefs) {} in Symbols() argument
46 SymbolSet *Symbols; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp40 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 DCore.h436 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 DCVSymbolVisitor.cpp70 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 DSymbolRecordHelpers.cpp85 llvm::codeview::limitSymbolArrayToScope(const CVSymbolArray &Symbols, in limitSymbolArrayToScope()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp108 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 DLookupAndRecordAddrs.cpp22 SymbolLookupSet Symbols; in lookupAndRecordAddrs() local
59 SymbolLookupSet Symbols; in lookupAndRecordAddrs() local
H A DDebugUtils.cpp149 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 DEPCDynamicLibrarySearchGenerator.cpp28 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument
H A DRTDyldObjectLinkingLayer.cpp229 SymbolMap Symbols; in onObjLoad() local
21 lookup(const LookupSet & Symbols,OnResolvedFunction OnResolved) lookup() argument
59 getResponsibilitySet(const LookupSet & Symbols) getResponsibilitySet() argument
[all...]
H A DCore.cpp129 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 DNativeEnumSymbols.cpp22 std::vector<SymIndexId> Symbols) in NativeEnumSymbols()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
H A DStreamUtil.h24 Symbols, enumerator
H A DTypeReferenceTracker.cpp66 CVSymbolArray Symbols; in mark() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h92 std::vector<SymbolDesc> Symbols; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h67 std::vector<Symbol> Symbols; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h48 Array Symbols; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h31 StringMap<State> Symbols; variable
H A DELFObjectFile.cpp843 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 Dllvm-cxxdump.cpp128 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 DXCOFFReader.cpp51 std::vector<Symbol> Symbols; in readSymbols() local
H A DXCOFFObject.h40 std::vector<Symbol> Symbols; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h136 std::unique_ptr<SymbolStream> Symbols; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h42 Symbols = Log::ChannelFlag<23>, enumerator

1234