Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h74 const GSIHashTable &getGlobalsTable() const { return GlobalsTable; } in getGlobalsTable() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp79 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
H A DDumpOutputStyle.cpp824 for (uint32_t PubSymOff : ExpGlobals->getGlobalsTable()) { in dumpUdtStats()
1686 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()