Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h376 bool isUnused() const { return IsUnused; } in isUnused() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h81 bool isUnused() const { return !def.isValid(); } in isUnused() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp1154 auto isUnused = [this](OutputSection *s) { in removeUnusedSections() local