Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp532 Chunk *thunkChunk = thunk->getChunk(); in createThunks() local
533 thunkChunk->setRVA( in createThunks()
535 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk); in createThunks()
537 thunksSize += thunkChunk->getSize(); in createThunks()
538 thunkInsertionRVA += thunkChunk->getSize(); in createThunks()
2498 if (auto thunkChunk = in setECSymbols() local
2500 altEntrySym = thunkChunk->target; in setECSymbols()
H A DPDB.cpp1564 Chunk *thunkChunk = thunk->getChunk(); in addImportFilesToPDB() local
1565 OutputSection *thunkOS = ctx.getOutputSection(thunkChunk); in addImportFilesToPDB()
1582 ts.Length = thunkChunk->getSize(); in addImportFilesToPDB()
1584 ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA(); in addImportFilesToPDB()