/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolStream.cpp | 34 SymbolStream::getSymbols(bool *HadError) const { getSymbols() function in SymbolStream
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 63 ArrayRef<Symbol *> getSymbols() const { return symVector; } in getSymbols() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.h | 41 ArrayRef<Symbol *> getSymbols() const { return symVector; } in getSymbols() function
|
H A D | MapFile.cpp | 56 static std::vector<Defined *> getSymbols() { in getSymbols() function
|
H A D | InputFiles.h | 91 ArrayRef<Symbol *> getSymbols() const { in getSymbols() function
|
H A D | SyntheticSections.h | 654 ArrayRef<SymbolTableEntry> getSymbols() const { return symbols; } in getSymbols() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 432 const SymbolDependenceMap &getSymbols() const { return *Symbols; } in getSymbols() function 471 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 488 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols() function 511 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 534 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 586 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function 723 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LLDMapFile.cpp | 48 static std::vector<DefinedRegular *> getSymbols(const COFFLinkerContext &ctx) { getSymbols() function
|
H A D | InputFiles.h | 144 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function 378 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function
|
H A D | MapFile.cpp | 98 static void getSymbols(const COFFLinkerContext &ctx, getSymbols() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 302 const LVSymbols &getSymbols() const { return Symbols; } in getSymbols() function
|
H A D | LVScope.h | 208 const LVSymbols *getSymbols() const { return Symbols.get(); } in getSymbols() function
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 509 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 736 static Expected<std::vector<unsigned>> getSymbols(SymbolicFile *Obj, in getSymbols() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1696 const InvalidatedSymbols &getSymbols() const { return Symbols; } in escapeValues() function in ExprEngine::escapeValues::CollectReachableSymbolsCallback
|