/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 429 const SymbolDependenceMap &getSymbols() const { return *Symbols; } in getSymbols() function 447 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 464 const SymbolNameSet &getSymbols() const { return Symbols; } in getSymbols() function 487 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 510 const SymbolNameVector &getSymbols() const { return Symbols; } in getSymbols() function 555 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function 703 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols() function
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolStream.cpp | 34 SymbolStream::getSymbols(bool *HadError) const { in getSymbols() function in SymbolStream
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | SymbolTable.h | 36 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 | 88 ArrayRef<Symbol *> getSymbols() const { in getSymbols() function
|
H A D | SyntheticSections.h | 643 ArrayRef<SymbolTableEntry> getSymbols() const { return symbols; } in getSymbols() function
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | SymbolTable.h | 64 ArrayRef<Symbol *> getSymbols() const { return symVector; } in getSymbols() function
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | InputFiles.h | 144 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function 372 ArrayRef<Symbol *> getSymbols() { return symbols; } in getSymbols() function
|
H A D | LLDMapFile.cpp | 48 static std::vector<DefinedRegular *> getSymbols(const COFFLinkerContext &ctx) { in getSymbols() function
|
H A D | MapFile.cpp | 98 static void getSymbols(const COFFLinkerContext &ctx, in getSymbols() function
|
/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | MapFile.cpp | 52 static std::vector<Symbol *> getSymbols() { in getSymbols() function
|
H A D | InputFiles.h | 63 ArrayRef<Symbol *> getSymbols() const { return symbols; } in getSymbols() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 197 const LVSymbols &getSymbols() const { return Symbols; } in getSymbols() function
|
H A D | LVScope.h | 208 const LVSymbols *getSymbols() const { return Symbols; } in getSymbols() function
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols() function
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 446 getSymbols(MemoryBufferRef Buf, raw_ostream &SymNames, bool &HasObject) { in getSymbols() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCContext.h | 525 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols() function
|
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 1238 Expected<bool> getSymbols(StringRef Image, StringSaver &Saver, in getSymbols() function
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1675 const InvalidatedSymbols &getSymbols() const { return Symbols; } in escapeValues() function in ExprEngine::escapeValues::CollectReachableSymbolsCallback
|