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

/openbsd-current/gnu/llvm/lld/COFF/
H A DMapFile.cpp267 const bool isCodeSection = local
271 StringRef SectionClass = (isCodeSection ? "CODE" : "DATA");
H A DWriter.cpp1378 const bool isCodeSection = local
1382 uint32_t padding = isCodeSection ? config->functionPadMin : 0;
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputSection.h288 bool isCodeSection(const InputSection *);
H A DInputSection.cpp304 bool macho::isCodeSection(const InputSection *isec) { function in class:macho
H A DICF.cpp426 (isCodeSection(isec) || isFoldableWithAddendsRemoved ||
H A DWriter.cpp725 if (!defined->isAbsolute() && isCodeSection(defined->isec))
747 isCodeSection(defined->isec))
H A DSyntheticSections.cpp1012 if (!isCodeSection(isec))
1061 if (!defined->isec || !isCodeSection(defined->isec) ||
1196 if (isCodeSection(isec)) {

Completed in 174 milliseconds