Home
last modified time | relevance | path

Searched refs:NativeEnumGlobals (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp25 NativeEnumGlobals::NativeEnumGlobals(NativeSession &PDBSession, in NativeEnumGlobals() function in NativeEnumGlobals
38 uint32_t NativeEnumGlobals::getChildCount() const { in getChildCount()
43 NativeEnumGlobals::getChildAtIndex(uint32_t N) const { in getChildAtIndex()
52 std::unique_ptr<PDBSymbol> NativeEnumGlobals::getNext() { in getNext()
56 void NativeEnumGlobals::reset() { Index = 0; } in reset()
H A DSymbolCache.cpp108 new NativeEnumGlobals(Session, {Kind})); in createGlobalsEnumerator()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.h23 class NativeEnumGlobals : public IPDBEnumChildren<PDBSymbol> {
25 NativeEnumGlobals(NativeSession &Session,
/freebsd/lib/clang/libllvm/
H A DMakefile605 SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumGlobals.cpp