HomeSort by: relevance | last modified time | path
    Searched refs:Supports (Results 1 - 3 of 3) 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())) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 323 OUT UINT64 *Supports OPTIONAL,
331 OUT UINT64 *Supports,
  /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())) {

Completed in 18 milliseconds