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.cpp306 OutputSection *textSec; member in __anon87c184950111::Writer
986 textSec = createSection(".text", code | r | x); in createSections()
1206 textSec->addChunk(thunk->getChunk()); in appendImportThunks()
1217 textSec->addChunk(c); in appendImportThunks()
1680 if (textSec->getVirtualSize()) { in writeHeader()
1681 pe->BaseOfCode = textSec->getRVA(); in writeHeader()
1682 pe->SizeOfCode = textSec->getRawSize(); in writeHeader()