Home
last modified time | relevance | path

Searched refs:GetSymbols (Results 1 – 8 of 8) sorted by relevance

/external/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc48 std::map<Location::Offset, const char*>& GetSymbols() { return symbols_; } in GetSymbols() function in vixl::aarch32::CustomStream
80 GetStream()->GetSymbols().find(pc); in PrintCodeAddress()
81 if (symbol != GetStream()->GetSymbols().end()) { in PrintCodeAddress()
106 stream_->GetSymbols().insert( in ~NamedLabel()
/external/llvm-project/clang-tools-extra/clangd/include-mapping/
Dgen_std.py95 symbols = cppreference_parser.GetSymbols(parse_pages)
Dcppreference_parser.py155 def GetSymbols(parse_pages): function
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h123 SymbolVector GetSymbols() const;
124 MutableSymbolVector GetSymbols();
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp68 MutableSymbolVector Scope::GetSymbols() { in GetSymbols() function in Fortran::semantics::Scope
71 SymbolVector Scope::GetSymbols() const { in GetSymbols() function in Fortran::semantics::Scope
Dcompute-offsets.cpp127 for (auto &symbol : scope.GetSymbols()) { in DoScope()
Dmod-file.cpp446 auto symbols{scope.GetSymbols()}; in CollectSymbols()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DFuchsiaHandleChecker.cpp242 SmallVector<SymbolRef, 1024> GetSymbols() { return Symbols; } in GetSymbols() function in __anonab3099690211::FuchsiaHandleSymbolVisitor
264 return Visitor.GetSymbols(); in getFuchsiaHandleSymbols()