Home
last modified time | relevance | path

Searched defs:SymbolRef (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/include/llvm/Object/
DObjectFile.h33 class SymbolRef; variable
70 friend class SymbolRef; variable
119 SymbolRef() : BasicSymbolRef() {} in SymbolRef() function
131 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) { in SymbolRef() function
197 friend class SymbolRef; variable
308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() function
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h159 struct SymbolRef { struct
167 llvm::DenseMap<const NamedDecl *, std::vector<SymbolRef>> DeclRefs; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h44 class SymbolRef; variable
82 friend class SymbolRef; variable
177 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) { in SymbolRef() function
241 friend class SymbolRef; variable
374 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h43 class SymbolRef; variable
81 friend class SymbolRef; variable
179 SymbolRef(const BasicSymbolRef &B) : BasicSymbolRef(B) { in SymbolRef() function
243 friend class SymbolRef; variable
383 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() function
/external/llvm-project/flang/include/flang/Lower/
DIO.h45 using SymbolRef = Fortran::common::Reference<const Fortran::semantics::Symbol>; variable
DAbstractConverter.h41 using SymbolRef = Fortran::common::Reference<const Fortran::semantics::Symbol>; variable
DConvertType.h61 using SymbolRef = common::Reference<const semantics::Symbol>; variable
DPFTBuilder.h172 using SymbolRef = common::Reference<const semantics::Symbol>; variable
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h19 class SymbolRef; variable
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.h18 class SymbolRef; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymExpr.h95 typedef const SymExpr *SymbolRef; typedef
/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h30 using SymbolRef = common::Reference<const Symbol>; variable
Dcall.h50 using SymbolRef = common::Reference<const Symbol>; variable
Dvariable.h42 using SymbolRef = common::Reference<const Symbol>; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymExpr.h110 using SymbolRef = const SymExpr *; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersChecker.cpp64 REGISTER_MAP_WITH_PROGRAMSTATE(ArraySizeMap, SymbolRef, DefinedSVal) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
DExprInspectionChecker.cpp43 REGISTER_SET_WITH_PROGRAMSTATE(MarkedSymbols, SymbolRef) in REGISTER_SET_WITH_PROGRAMSTATE() argument
DObjCSelfInitChecker.cpp98 REGISTER_MAP_WITH_PROGRAMSTATE(SelfFlag, SymbolRef, unsigned) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersChecker.cpp66 REGISTER_MAP_WITH_PROGRAMSTATE(ArraySizeMap, SymbolRef, DefinedSVal) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
DTaint.cpp22 REGISTER_MAP_WITH_PROGRAMSTATE(TaintMap, SymbolRef, TaintTagType) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
DObjCSelfInitChecker.cpp97 REGISTER_MAP_WITH_PROGRAMSTATE(SelfFlag, SymbolRef, unsigned) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
DStreamChecker.cpp393 REGISTER_MAP_WITH_PROGRAMSTATE(StreamMap, SymbolRef, StreamState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
967 StreamChecker::reportLeaks(const SmallVector<SymbolRef, 2> &LeakedSyms, in reportLeaks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h36 class SymbolRef; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h37 class SymbolRef; variable
/external/llvm-project/flang/lib/Evaluate/
Dvariable.cpp471 [](SymbolRef) -> const Component * { return nullptr; }, in UnwrapComponent() argument
479 [](SymbolRef &) -> Component * { return nullptr; }, in UnwrapComponent() argument

12