Searched refs:RE2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h375 MachO::any_relocation_info RE2 = local
391 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2);
404 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff;
H A DRuntimeDyldMachOI386.h163 MachO::any_relocation_info RE2 = local
180 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2);
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h175 // GTEST_USES_RE2 - the RE2 regular expression library is used
231 // 1) the RE2 syntax on all platforms when built with RE2
432 // When using Abseil, RE2 is required.
937 // This is almost `using RE = ::RE2`, except it is copy-constructible, and it
950 return RE2::FullMatch(str, re.regex_);
953 return RE2::PartialMatch(str, re.regex_);
957 RE2 regex_;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2502 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {});
2503 addRelocationForSection(RE2, IFuncSectionID);

Completed in 166 milliseconds