Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp316 OutputSection *textSec; member in __anon87c184950111::Writer
1078 textSec = createSection(".text", code | r | x); in createSections()
1316 textSec->addChunk(chunk); in appendImportThunks()
1325 textSec->addChunk(chunk); in appendImportThunks()
1329 textSec->addChunk(file->impchkThunk); in appendImportThunks()
1339 textSec->addChunk(c); in appendImportThunks()
1873 if (textSec->getVirtualSize()) { in writeHeader()
1874 pe->BaseOfCode = textSec->getRVA(); in writeHeader()
1875 pe->SizeOfCode = textSec->getRawSize(); in writeHeader()