Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp87 uint32_t ScopeBegin) { in limitSymbolArrayToScope() argument
88 CVSymbol Opener = *Symbols.at(ScopeBegin); in limitSymbolArrayToScope()
93 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp83 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
84 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h48 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h61 ScopeBegin, enumerator
314 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
330 return kind == ScopeBegin; in isKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp361 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp624 case CFGElement::ScopeBegin: in getLocationForCaller()
H A DExprEngine.cpp607 case CFGElement::ScopeBegin: in processCFGElement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4681 case CFGElement::ScopeBegin: in getDestructorDecl()