Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp277 OutputSection *textSec; member in __anon30533fc50111::Writer
846 textSec = createSection(".text", code | r | x); in createSections()
1054 textSec->addChunk(thunk->getChunk()); in appendImportThunks()
1065 textSec->addChunk(c); in appendImportThunks()
1437 if (textSec->getVirtualSize()) { in writeHeader()
1438 pe->BaseOfCode = textSec->getRVA(); in writeHeader()
1439 pe->SizeOfCode = textSec->getRawSize(); in writeHeader()