Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp269 const bool isCodeSection = in writeMapFile()
273 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA"); in writeMapFile()
267 const bool isCodeSection = writeMapFile() local
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/contrib/llvm-project/lld/MachO/
H A DInputSection.h298 bool isCodeSection(const InputSection *);
H A DICF.cpp426 (isCodeSection(isec) || isFoldableWithAddendsRemoved || in foldIdenticalSections()
H A DInputSection.cpp368 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection() function in macho
H A DWriter.cpp739 if (!defined->isAbsolute() && isCodeSection(defined->isec())) in scanSymbols()
768 isCodeSection(defined->isec())) in scanSymbols()
H A DSyntheticSections.cpp1091 if (!isCodeSection(isec)) in collectDataInCodeEntries()
1140 if (!defined->isec() || !isCodeSection(defined->isec()) || in finalizeContents()
1278 if (isCodeSection(isec)) { in emitStabs()