Home
last modified time | relevance | path

Searched refs:comdat (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/csu/common/
H A Dcrtbrand.S39 .section .note.tag,"aGR",%note,.freebsd.noteG,comdat
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1387 std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size()); in parse() local
1390 comdat[i] = in parse()
1428 sym = comdat[comdatIndex].first; in parse()
1431 } else if (comdat[comdatIndex].second) { in parse()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp736 KEYWORD(comdat); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td1612 UnitAttr:$comdat,
1620 (`comdat` $comdat^)?
1943 UnitAttr:$comdat,
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1351 comdatOp.getLoc(), op.getSymName(), mlir::LLVM::comdat::Comdat::Any); in getComdatAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5301 " blr(ARM/AArch64), comdat(ARM/AArch64), nocomdat(ARM/AArch64),"