Searched refs:isCodeSection (Results 1 – 8 of 8) sorted by relevance
67 bool isCodeSection() const { in isCodeSection() function
269 const bool isCodeSection = in writeMapFile() local273 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA"); in writeMapFile()
1482 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()
297 bool isCodeSection(const InputSection *);
321 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection() function in macho
426 (isCodeSection(isec) || isFoldableWithAddendsRemoved || in foldIdenticalSections()
730 if (!defined->isAbsolute() && isCodeSection(defined->isec)) in scanSymbols()752 isCodeSection(defined->isec)) in scanSymbols()
1028 if (!isCodeSection(isec)) in collectDataInCodeEntries()1077 if (!defined->isec || !isCodeSection(defined->isec) || in finalizeContents()1210 if (isCodeSection(isec)) { in emitStabs()