Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp24 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
51 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
55 uint32_t NativeEnumTypes::getChildCount() const { in getChildCount()
59 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
67 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { in getNext()
71 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 = llvm::make_unique<NativeEnumTypes>(Session, in findChildren()
H A DSymbolCache.cpp87 new NativeEnumTypes(Session, Types, std::move(Kinds))); in createTypeEnumerator()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h25 class NativeEnumTypes : public IPDBEnumChildren<PDBSymbol> {
27 NativeEnumTypes(NativeSession &Session,
31 NativeEnumTypes(NativeSession &Session,
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile464 SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumTypes.cpp