Displaying 1 result from an estimated 1 matches for "isvirtual".
Did you mean:
isivirtual
2016 Mar 19
2
Should we enable -Wrange-loop-analysis? (Was: [llvm] r261524 - Fix some abuse of auto...)
...t; @@ -364,7 +364,7 @@ static void getObjectCoveragePoints(cons
> if (SanCovAddrs.empty())
> Fail("__sanitizer_cov* functions not found");
>
> - for (const auto Section : O.sections()) {
> + for (object::SectionRef Section : O.sections()) {
> if (Section.isVirtual() || !Section.isText()) // llvm-objdump does the same.
> continue;
> uint64_t SectionAddr = Section.getAddress();
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/ma...