Home
last modified time | relevance | path

Searched defs:sec1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dmethod-attributes.m105 - (void)imethod1 __attribute__((section("seg1,sec1"))); // expected-error {{'imethod1' causes a sec… argument
108 + (void)cmethod1:(id)Obj __attribute__((section("seg1,sec1"))); // expected-error {{'cmethod1:' cau… argument
/llvm-project/lld/ELF/
H A DSymbols.cpp554 auto *sec1 = cast<InputSectionBase>(d->section); reportDuplicate() local