Searched refs:BinaryFormat (Results 1 – 25 of 113) sorted by relevance
12345
53 umbrella "BinaryFormat" module * { export * }54 textual header "BinaryFormat/Dwarf.def"55 textual header "BinaryFormat/DynamicTags.def"56 textual header "BinaryFormat/MachO.def"57 textual header "BinaryFormat/MinidumpConstants.def"58 textual header "BinaryFormat/ELFRelocs/AArch64.def"59 textual header "BinaryFormat/ELFRelocs/AMDGPU.def"60 textual header "BinaryFormat/ELFRelocs/ARM.def"61 textual header "BinaryFormat/ELFRelocs/ARC.def"62 textual header "BinaryFormat/ELFRelocs/AVR.def"[all …]
57 umbrella "BinaryFormat" module * { export * }58 textual header "BinaryFormat/Dwarf.def"59 textual header "BinaryFormat/DynamicTags.def"60 textual header "BinaryFormat/MachO.def"61 textual header "BinaryFormat/MinidumpConstants.def"62 textual header "BinaryFormat/ELFRelocs/AArch64.def"63 textual header "BinaryFormat/ELFRelocs/AMDGPU.def"64 textual header "BinaryFormat/ELFRelocs/ARM.def"65 textual header "BinaryFormat/ELFRelocs/ARC.def"66 textual header "BinaryFormat/ELFRelocs/AVR.def"[all …]
39 public abstract BinaryFormat getBinaryFormat(); in getBinaryFormat()64 public BinaryFormat getBinaryFormat() { in getBinaryFormat()65 return BinaryFormat.getNoopBinaryFormat(); in getBinaryFormat()
65 public abstract class BinaryFormat { class137 static BinaryFormat getNoopBinaryFormat() { in getNoopBinaryFormat()141 private static final class NoopBinaryFormat extends BinaryFormat {
19 import io.opencensus.trace.propagation.BinaryFormat;25 private final BinaryFormat binaryFormat = new BinaryFormatImpl();29 public BinaryFormat getBinaryFormat() { in getBinaryFormat()
27 import io.opencensus.trace.propagation.BinaryFormat;64 final class BinaryFormatImpl extends BinaryFormat {
2 BinaryFormat20 BinaryFormat
1 ;===- ./lib/BinaryFormat/LLVMBuild.txt -------------------------*- Conf -*--===;19 name = BinaryFormat
14 ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
30 private static final BinaryFormat binaryFormat = BinaryFormat.getNoopBinaryFormat();
24 import io.opencensus.trace.propagation.BinaryFormat;41 private BinaryFormat binaryFormat;
11 BinaryFormat
26 import io.opencensus.trace.propagation.BinaryFormat;52 private final BinaryFormat binaryFormat = new BinaryFormatImpl();
2 BinaryFormat
10 BinaryFormat
14 BinaryFormat
4 "//llvm/lib/BinaryFormat",
4 deps = [ "//llvm/lib/BinaryFormat" ]
5 BinaryFormat
17 BinaryFormat
18 BinaryFormat