Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.h67 bool isCodeSection() const { in isCodeSection() function
H A DMapFile.cpp269 const bool isCodeSection = in writeMapFile() local
273 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA"); in writeMapFile()
H A DWriter.cpp1482 if (sec->isCodeSection()) in sortECChunks()
1521 uint32_t padding = sec->isCodeSection() ? config->functionPadMin : 0; in assignAddresses()
1526 if (isArm64EC(ctx.config.machine) && sec->isCodeSection()) { in assignAddresses()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h297 bool isCodeSection(const InputSection *);
H A DInputSection.cpp321 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection() function in macho
H A DICF.cpp426 (isCodeSection(isec) || isFoldableWithAddendsRemoved || in foldIdenticalSections()
H A DWriter.cpp730 if (!defined->isAbsolute() && isCodeSection(defined->isec)) in scanSymbols()
752 isCodeSection(defined->isec)) in scanSymbols()
H A DSyntheticSections.cpp1028 if (!isCodeSection(isec)) in collectDataInCodeEntries()
1077 if (!defined->isec || !isCodeSection(defined->isec) || in finalizeContents()
1210 if (isCodeSection(isec)) { in emitStabs()