Home
last modified time | relevance | path

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

/llvm-project/lld/COFF/
H A DWriter.h67 bool isCodeSection() const { in isCodeSection() function
H A DMapFile.cpp269 const bool isCodeSection = writeMapFile() local
/llvm-project/lld/MachO/
H A DInputSection.cpp368 bool macho::isCodeSection(const InputSection *isec) { isCodeSection() function in macho