Lines Matching refs:macho
29 using namespace lld::macho;
39 std::vector<ConcatInputSection *> macho::inputSections;
40 int macho::inputSectionsOrder = 0;
45 void lld::macho::addInputSection(InputSection *inputSection) { in addInputSection()
186 relocs, [=](const macho::Reloc &r) { return r.offset == off; }); in getRelocAt()
274 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection()
368 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection()
385 bool macho::isCfStringSection(const InputSection *isec) { in isCfStringSection()
390 bool macho::isClassRefsSection(const InputSection *isec) { in isClassRefsSection()
395 bool macho::isSelRefsSection(const InputSection *isec) { in isSelRefsSection()
400 bool macho::isEhFrameSection(const InputSection *isec) { in isEhFrameSection()
405 bool macho::isGccExceptTabSection(const InputSection *isec) { in isGccExceptTabSection()