Home
last modified time | relevance | path

Searched defs:ThunkSection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.h20 class ThunkSection; variable
H A DRelocations.h167 class ThunkSection; variable
H A DLinkerScript.h36 class ThunkSection; variable
H A DRelocations.cpp2114 [](const std::pair<ThunkSection *, uint32_t> &ts) { in mergeThunks()
H A DSyntheticSections.cpp4304 ThunkSection::ThunkSection(Ctx &ctx, OutputSection *os, uint64_t off) in ThunkSection() function in ThunkSection
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h100 uint16_t ThunkSection = 0; variable