Home
last modified time | relevance | path

Searched refs:NativeEnumTypes (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp25 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
52 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
56 uint32_t NativeEnumTypes::getChildCount() const { in getChildCount()
60 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
68 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { in getNext()
72 void NativeEnumTypes::reset() { Index = 0; } in reset()
H A DNativeTypeFunctionSig.cpp50 std::unique_ptr<NativeEnumTypes> TypeEnumerator) in NativeEnumFunctionArgs()
73 std::unique_ptr<NativeEnumTypes> TypeEnumerator;
139 auto NET = std::make_unique<NativeEnumTypes>(Session, in findChildren()
H A DSymbolCache.cpp102 new NativeEnumTypes(Session, Types, std::move(Kinds))); in createTypeEnumerator()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h27 class NativeEnumTypes : public IPDBEnumChildren<PDBSymbol> {
29 NativeEnumTypes(NativeSession &Session,
33 NativeEnumTypes(NativeSession &Session,
/freebsd/lib/clang/libllvm/
H A DMakefile624 SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumTypes.cpp