Searched defs:nextRelocIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 221 uint32_t nextRelocIndex = 0; global() member in __anon18f19c410111::DebugSHandler 558 writeSymbolRecord(SectionChunk * debugChunk,ArrayRef<uint8_t> sectionContents,CVSymbol sym,size_t alignedSize,uint32_t & nextRelocIndex,std::vector<uint8_t> & storage) writeSymbolRecord() argument 583 analyzeSymbolSubsection(SectionChunk * debugChunk,uint32_t & moduleSymOffset,uint32_t & nextRelocIndex,std::vector<StringTableFixup> & stringTableFixups,BinaryStreamRef symData) analyzeSymbolSubsection() argument 662 uint32_t nextRelocIndex = 0; writeAllModuleSymbolRecords() local [all...] |
H A D | Chunks.cpp | 483 writeAndRelocateSubsection(ArrayRef<uint8_t> sec,ArrayRef<uint8_t> subsec,uint32_t & nextRelocIndex,uint8_t * buf) const writeAndRelocateSubsection() argument
|