Home
last modified time | relevance | path

Searched defs:isCodeSection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSections.cpp19 bool isCodeSection(StringRef name, StringRef segName, uint32_t flags) { in isCodeSection() function
H A DBPSectionOrderer.cpp34 static bool isCodeSection(const Section &sec) { in isCodeSection() function
H A DInputSection.cpp367 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection() function in macho
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h70 bool isCodeSection() const { in isCodeSection() function
H A DMapFile.cpp268 const bool isCodeSection = in writeMapFile() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DBPSectionOrderer.cpp32 static bool isCodeSection(const Section &sec) { in isCodeSection() function