Home
last modified time | relevance | path

Searched defs:getSymbols (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolStream.cpp34 SymbolStream::getSymbols(bool *HadError) const { getSymbols() function in SymbolStream
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h63 ArrayRef<Symbol *> getSymbols() const { return symVector; } in getSymbols() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h41 ArrayRef<Symbol *> getSymbols() const { return symVector; } in getSymbols() function
H A DMapFile.cpp56 static std::vector<Defined *> getSymbols() { in getSymbols() function
H A DInputFiles.h91 ArrayRef<Symbol *> getSymbols() const { in getSymbols() function
H A DSyntheticSections.h654 ArrayRef<SymbolTableEntry> getSymbols() const { return symbols; } in getSymbols() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h432 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 DLLDMapFile.cpp48 static std::vector<DefinedRegular *> getSymbols(const COFFLinkerContext &ctx) { getSymbols() function
H A DInputFiles.h144 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function
378 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function
H A DMapFile.cpp98 static void getSymbols(const COFFLinkerContext &ctx, getSymbols() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h302 const LVSymbols &getSymbols() const { return Symbols; } in getSymbols() function
H A DLVScope.h208 const LVSymbols *getSymbols() const { return Symbols.get(); } in getSymbols() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h509 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp736 static Expected<std::vector<unsigned>> getSymbols(SymbolicFile *Obj, in getSymbols() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1696 const InvalidatedSymbols &getSymbols() const { return Symbols; } in escapeValues() function in ExprEngine::escapeValues::CollectReachableSymbolsCallback