Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp23 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
50 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() function in NativeEnumTypes
54 uint32_t NativeEnumTypes::getChildCount() const { in getChildCount()
58 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
66 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { in getNext()
70 void NativeEnumTypes::reset() { Index = 0; } in reset()
H A DNativeTypeFunctionSig.cpp49 std::unique_ptr<NativeEnumTypes> TypeEnumerator) in NativeEnumFunctionArgs()
72 std::unique_ptr<NativeEnumTypes> TypeEnumerator;
138 auto NET = std::make_unique<NativeEnumTypes>(Session, in findChildren()
H A DSymbolCache.cpp97 new NativeEnumTypes(Session, Types, std::move(Kinds))); in createTypeEnumerator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h24 class NativeEnumTypes : public IPDBEnumChildren<PDBSymbol> {
26 NativeEnumTypes(NativeSession &Session,
30 NativeEnumTypes(NativeSession &Session,
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile74 NativeEnumTypes.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn36 "Native/NativeEnumTypes.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt62 Native/NativeEnumTypes.cpp