Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMapFile.cpp265 const bool isCodeSection = in writeMapFile() local
H A DWriter.cpp1297 const bool isCodeSection = in assignAddresses() local
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp316 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection() function in macho