Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp306 OutputSection *textSec; member in __anon690c13cb0111::Writer
986 textSec = createSection(".text", code | r | x); in createSections()
1206 textSec->addChunk(thunk->getChunk()); in appendImportThunks()
1217 textSec->addChunk(c); in appendImportThunks()
1676 if (textSec->getVirtualSize()) { in writeHeader()
1677 pe->BaseOfCode = textSec->getRVA(); in writeHeader()
1678 pe->SizeOfCode = textSec->getRawSize(); in writeHeader()