HomeSort by: relevance | last modified time | path
    Searched refs:Publics (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GSIStreamBuilder.cpp 170 PSH->finalizeBuckets(0, Publics);
295 Size += Publics.size() * sizeof(uint32_t); // AddrMap
330 assert(Publics.empty() && PSH->RecordByteSize == 0 &&
331 "publics can only be added once");
332 Publics = std::move(PublicsIn);
335 parallelSort(Publics, [](const BulkPublic &L, const BulkPublic &R) {
341 for (BulkPublic &Pub : Publics) {
382 ArrayRef<BulkPublic> Publics) {
384 for (const BulkPublic &Pub : Publics) {
408 if (auto EC = writePublics(Writer, Publics))
    [all...]
PDBFile.cpp 332 if (!Publics) {
337 auto PublicS =
339 if (!PublicS)
340 return PublicS.takeError();
341 auto TempPublics = std::make_unique<PublicsStream>(std::move(*PublicS));
344 Publics = std::move(TempPublics);
346 return *Publics;
SymbolCache.cpp 385 auto Publics = Session.getPDBFile().getPDBPublicsStream();
386 if (!Publics)
397 auto AddrMap = Publics->getAddressMap();
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dbghelp_types.d 150 BOOL Publics;
184 BOOL Publics;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
GSIStreamBuilder.h 1 //===- GSIStreamBuilder.h - PDB Publics/Globals Stream Creation -*- C++ -*-===//
93 std::vector<BulkPublic> Publics;
112 // Offset of the symbol record in the publics stream.
PDBFile.h 137 std::unique_ptr<PublicsStream> Publics;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 342 PublicsStream &Publics = *ExpectedPublics;
343 const GSIHashTable &PublicsTable = Publics.getPublicsTable();
DumpOutputStyle.cpp 261 P.formatLine("Has Publics: {0}", getPdb().hasPDBPublicsStream());
1731 printStreamNotPresent("Publics");
1736 ExitOnError Err("Error dumping publics stream: ");
1737 auto &Publics = Err(getPdb().getPDBPublicsStream());
1739 const GSIHashTable &PublicsTable = Publics.getPublicsTable();
1741 P.printLine("Publics Header");
1743 P.formatLine("sym hash = {0}, thunk table addr = {1}", Publics.getSymHash(),
1744 formatSegmentOffset(Publics.getThunkTableSection(),
1745 Publics.getThunkTableOffset()));
1755 // These are offsets into the publics stream sorted by secidx:secrel
    [all...]

Completed in 59 milliseconds