HomeSort by: relevance | last modified time | path
    Searched defs:Supports (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp 112 object::SupportsRelocation Supports;
114 std::tie(Supports, Resolver) =
120 if (Supports && Supports(Reloc.getType())) {
128 } else if (Supports && Supports(Reloc.getType())) {
InstrumentationMap.cpp 112 object::SupportsRelocation Supports;
114 std::tie(Supports, Resolver) =
120 if (Supports && Supports(Reloc.getType())) {
128 } else if (Supports && Supports(Reloc.getType())) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1795 SupportsRelocation Supports;
1797 std::tie(Supports, Resolver) = getRelocationResolver(Obj);
1815 if (Supports && Supports(Reloc.getType())) {
DWARFContext.cpp 1795 SupportsRelocation Supports;
1797 std::tie(Supports, Resolver) = getRelocationResolver(Obj);
1815 if (Supports && Supports(Reloc.getType())) {

Completed in 34 milliseconds