Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp91 ModuleDebugStreamRef::getSymbolArrayForScope(uint32_t ScopeBegin) const { in getSymbolArrayForScope()
92 return limitSymbolArrayToScope(SymbolArray, ScopeBegin); in getSymbolArrayForScope()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h57 uint32_t ScopeBegin);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h50 getSymbolArrayForScope(uint32_t ScopeBegin) const;
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h59 ScopeBegin, enumerator
319 : CFGElement(ScopeBegin, VD, S) {} in CFGScopeBegin()
335 return kind == ScopeBegin; in isKind()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp366 ENUM_TO_CSTRING(ScopeBegin); in GetTypeAsString()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp566 case CFGElement::ScopeBegin: in getLocationForCaller()
H A DCFG.cpp5292 case CFGElement::ScopeBegin: in getDestructorDecl()
5845 case CFGElement::Kind::ScopeBegin: in print_elem()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp991 case CFGElement::ScopeBegin: in processCFGElement()