Home
last modified time | relevance | path

Searched refs:Enumerator (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h26 : Enumerator(std::move(SymbolEnumerator)) {} in ConcreteSymbolEnumerator()
31 return Enumerator->getChildCount(); in getChildCount()
35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
40 return unique_dyn_cast_or_null<ChildType>(Enumerator->getNext()); in getNext()
43 void reset() override { Enumerator->reset(); } in reset()
47 std::unique_ptr<IPDBEnumSymbols> Enumerator;
H A DPDBSymbol.h121 auto Enumerator(findAllChildren<T>()); in findOneChild()
122 if (!Enumerator) in findOneChild()
124 return Enumerator->getNext(); in findOneChild()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp32 Enumerator(Sig.findAllChildren<PDBSymbolTypeFunctionArg>()) {} in FunctionArgEnumerator()
36 : Session(PDBSession), Enumerator(std::move(ArgEnumerator)) {} in FunctionArgEnumerator()
39 return Enumerator->getChildCount(); in getChildCount()
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index); in getChildAtIndex()
50 auto FunctionArgSymbol = Enumerator->getNext(); in getNext()
56 void reset() override { Enumerator->reset(); } in reset()
60 std::unique_ptr<ArgEnumeratorType> Enumerator; member in __anonf99374e50111::FunctionArgEnumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumInjectedSources.cpp18 : Enumerator(DiaEnumerator) {} in DIAEnumInjectedSources()
22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
43 void DIAEnumInjectedSources::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumFrameData.cpp16 : Enumerator(DiaEnumerator) {} in DIAEnumFrameData()
20 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
26 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
35 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
41 void DIAEnumFrameData::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumLineNumbers.cpp18 : Enumerator(DiaEnumerator) {} in DIAEnumLineNumbers()
22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
43 void DIAEnumLineNumbers::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumSectionContribs.cpp19 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSectionContribs()
23 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
29 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
46 void DIAEnumSectionContribs::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumTables.cpp16 : Enumerator(DiaEnumerator) {} in DIAEnumTables()
20 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
29 if (S_OK != Enumerator->Item(Var, &Item)) in getChildAtIndex()
38 if (S_OK != Enumerator->Next(1, &Item, &CeltFetched)) in getNext()
44 void DIAEnumTables::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumDebugStreams.cpp18 : Enumerator(DiaEnumerator) {} in DIAEnumDebugStreams()
22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
31 if (S_OK != Enumerator->Item(VarIndex, &Item)) in getChildAtIndex()
40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumSourceFiles.cpp18 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSourceFiles()
22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
28 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
43 void DIAEnumSourceFiles::reset() { Enumerator->Reset(); } in reset()
H A DDIAEnumSymbols.cpp19 : Session(PDBSession), Enumerator(DiaEnumerator) {} in DIAEnumSymbols()
23 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0; in getChildCount()
29 if (S_OK != Enumerator->Item(Index, &Item)) in getChildAtIndex()
39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
47 void DIAEnumSymbols::reset() { Enumerator->Reset(); } in reset()
H A DDIASourceFile.cpp59 auto Enumerator = std::unique_ptr<IPDBEnumSymbols>( in getCompilands() local
62 new ConcreteSymbolEnumerator<PDBSymbolCompiland>(std::move(Enumerator))); in getCompilands()
H A DDIASession.cpp379 CComPtr<T> Enumerator; in getTableEnumerator() local
389 if (S_OK == Table->QueryInterface(__uuidof(T), (void **)&Enumerator)) in getTableEnumerator()
393 return Enumerator; in getTableEnumerator()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp24 struct Enumerator { in enumerateTokenSpans() struct
25 Enumerator(const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans() function
69 return Enumerator(STM, Callback).run(Root); in enumerateTokenSpans()
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h19 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumFrameData.h29 CComPtr<IDiaEnumFrameData> Enumerator;
H A DDIAEnumInjectedSources.h30 CComPtr<IDiaEnumInjectedSources> Enumerator;
H A DDIAEnumLineNumbers.h30 CComPtr<IDiaEnumLineNumbers> Enumerator;
H A DDIAEnumDebugStreams.h31 CComPtr<IDiaEnumDebugStreams> Enumerator;
H A DDIAEnumSectionContribs.h33 CComPtr<IDiaEnumSectionContribs> Enumerator; variable
H A DDIAEnumTables.h30 CComPtr<IDiaEnumTables> Enumerator;
H A DDIAEnumSourceFiles.h32 CComPtr<IDiaEnumSourceFiles> Enumerator; variable
H A DDIAEnumSymbols.h32 CComPtr<IDiaEnumSymbols> Enumerator; variable
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst561 =Enumerator: Enumerator.
1422 [005] {Enumerator} 'BLUE' = '0x1'
1423 [005] {Enumerator} 'RED' = '0x0'
1440 [005] {Enumerator} 'BLUE' = '0x1'
1441 [005] {Enumerator} 'RED' = '0x0'
1472 [005] {Enumerator} 'BLUE' = '0x1'
1473 [005] {Enumerator} 'RED' = '0x0'
1483 **Enumerator** and its parents. The logical view is sorted by the types
1490 --select-types=Enumerator
1504 [005] {Enumerator} 'BLUE' = '0x1'
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWithColor.h31 Enumerator, enumerator

12