Home
last modified time | relevance | path

Searched refs:ScopeBegin (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp86 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument
87 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()
92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp90 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
91 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h47 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h60 ScopeBegin, enumerator
319 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
335 return kind == ScopeBegin; in isKind()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp366 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp568 case CFGElement::ScopeBegin: in getLocationForCaller()
H A DCFG.cpp5021 case CFGElement::ScopeBegin: in getDestructorDecl()
5561 case CFGElement::Kind::ScopeBegin: in print_elem()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp657 case CFGElement::ScopeBegin: in processCFGElement()