Home
last modified time | relevance | path

Searched defs:Addrs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp565 const SectionAddrMap *Addrs, bool InSet) const { in evaluateAsAbsolute() argument
586 const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, in AttemptToFoldSymbolOffsetDifference()
713 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
796 const SectionAddrMap *Addrs, in evaluateAsRelocatableImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h44 std::vector<uint64_t> Addrs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp142 std::unique_ptr<std::set<uint64_t>> Addrs; member
247 auto Addrs = std::make_unique<std::set<uint64_t>>(); in read() local
521 const std::set<uint64_t> &Addrs, in getCoveragePoints()
707 std::set<uint64_t> *Addrs) { in getObjectCoveragePoints()
814 auto Addrs = findSanitizerCovFunctions(O); in findSanitizerCovFunctions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp483 std::array<Address, N> Addrs = in getFunction() local
834 std::array<Address, N> Addrs) { in callSpecialFunction()