Displaying 3 results from an estimated 3 matches for "publicsym32".
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...>>>> GSIStreamBuilder &builder = this->getGsiBuilder();
>>>> PublicsStream &stream = *File.getPDBPublicsStream();
>>>> SymbolStream &SymbolRecords = cantFail(File.getPDBSymbolStream());
>>>>
>>>> std::vector<PublicSym32> Publics;
>>>>
>>>> for (uint32_t PubSymOff : stream.getPublicsTable()) {
>>>> PublicSym32 Pub = cantFail(
>>>> llvm::codeview::SymbolDeserializer::deserializeAs<PublicSym32>(
>>>> SymbolRecords.r...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...uilder &builder = this->getGsiBuilder();
>>>>>> PublicsStream &stream = *File.getPDBPublicsStream();
>>>>>> SymbolStream &SymbolRecords = cantFail(File.getPDBSymbolStream());
>>>>>>
>>>>>> std::vector<PublicSym32> Publics;
>>>>>>
>>>>>> for (uint32_t PubSymOff : stream.getPublicsTable()) {
>>>>>> PublicSym32 Pub = cantFail(
>>>>>> llvm::codeview::SymbolDeserializer::deserializeAs<PublicSym32>(
>>>&g...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose
COFF but it embeds dwarf and not codeview in the end.. there probably is a
way to do it or at least it must be implemented if not yet..
Lets imagine I manage to do that.. when you say there is nothing to do, I
still must have a PDBFileBuilder to copy the codeview data inside the EXE
PDB right ? I cannot insert them easily in