Home
last modified time | relevance | path

Searched refs:TypeEnumerator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp50 std::unique_ptr<NativeEnumTypes> TypeEnumerator) in NativeEnumFunctionArgs() argument
51 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {} in NativeEnumFunctionArgs()
54 return TypeEnumerator->getChildCount(); in getChildCount()
57 return wrap(TypeEnumerator->getChildAtIndex(Index)); in getChildAtIndex()
60 return wrap(TypeEnumerator->getNext()); in getNext()
63 void reset() override { TypeEnumerator->reset(); } in reset()
73 std::unique_ptr<NativeEnumTypes> TypeEnumerator; member in __anonb5a81fdf0111::NativeEnumFunctionArgs
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h117 LV_OBJECT_ALLOCATOR(TypeEnumerator)
223 LV_CREATE_OBJECT(TypeEnumerator) in LV_CREATE_OBJECT()