Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp82 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark() local
83 CVSymbol Sym = SymStream.readRecord(PubSymOff); in mark()
H A DYAMLOutputStyle.cpp353 for (uint32_t PubSymOff : PublicsTable) { in dumpPublics() local
354 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff); in dumpPublics()
H A DDumpOutputStyle.cpp725 for (uint32_t PubSymOff : ExpGlobals->getGlobalsTable()) { in dumpUdtStats() local
726 CVSymbol Sym = SymbolRecords.readRecord(PubSymOff); in dumpUdtStats()
1715 for (uint32_t PubSymOff : Table) { in dumpSymbolsFromGSI() local
1716 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff); in dumpSymbolsFromGSI()
1719 if (auto E = Visitor.visitSymbolRecord(*Sym, PubSymOff)) in dumpSymbolsFromGSI()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1010 for (uint32_t PubSymOff : Table) { in createScopes()
1011 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff); in createScopes() local
1013 if (Error Err = Visitor.visitSymbolRecord(*Sym, PubSymOff)) in createScopes()