Searched defs:isCodeSection (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/COFF/ | ||
H A D | Writer.h | 67 bool isCodeSection() const { in isCodeSection() function |
H A D | MapFile.cpp | 269 const bool isCodeSection = writeMapFile() local |
/llvm-project/lld/MachO/ | ||
H A D | InputSection.cpp | 368 bool macho::isCodeSection(const InputSection *isec) { isCodeSection() function in macho |