Home
last modified time | relevance | path

Searched defs:needsThunks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp122 bool TextOutputSection::needsThunks() const { in needsThunks() function in TextOutputSection
133 bool needsThunks = parent && parent->needsThunks; in needsThunks() local
H A DOutputSegment.h60 bool needsThunks = false; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h156 bool needsThunks = false; variable