Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolStream.cpp37 SymbolStream::getSymbols(bool *HadError) const { in getSymbols() function in SymbolStream
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h412 const SymbolDependenceMap &getSymbols() const { return *Symbols; } in getSymbols() function
427 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function
441 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols() function
460 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function
479 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function
519 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function
658 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp368 getSymbols(MemoryBufferRef Buf, raw_ostream &SymNames, bool &HasObject) { in getSymbols() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h499 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1186 const InvalidatedSymbols &getSymbols() const { return Symbols; } in escapeValues() function in ExprEngine::escapeValues::CollectReachableSymbolsCallback