Home
last modified time | relevance | path

Searched refs:BinaryFormat (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap41 umbrella "BinaryFormat" module * { export * }
42 textual header "BinaryFormat/Dwarf.def"
43 textual header "BinaryFormat/DynamicTags.def"
44 textual header "BinaryFormat/MachO.def"
45 textual header "BinaryFormat/ELFRelocs/AArch64.def"
46 textual header "BinaryFormat/ELFRelocs/AMDGPU.def"
47 textual header "BinaryFormat/ELFRelocs/ARM.def"
48 textual header "BinaryFormat/ELFRelocs/ARC.def"
49 textual header "BinaryFormat/ELFRelocs/AVR.def"
50 textual header "BinaryFormat/ELFRelocs/BPF.def"
[all …]
/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/
DPropagationComponent.java39 public abstract BinaryFormat getBinaryFormat(); in getBinaryFormat()
64 public BinaryFormat getBinaryFormat() { in getBinaryFormat()
65 return BinaryFormat.getNoopBinaryFormat(); in getBinaryFormat()
DBinaryFormat.java65 public abstract class BinaryFormat { class
137 static BinaryFormat getNoopBinaryFormat() { in getNoopBinaryFormat()
141 private static final class NoopBinaryFormat extends BinaryFormat {
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/propagation/
DPropagationComponentImpl.java19 import io.opencensus.trace.propagation.BinaryFormat;
25 private final BinaryFormat binaryFormat = new BinaryFormatImpl();
29 public BinaryFormat getBinaryFormat() { in getBinaryFormat()
DBinaryFormatImpl.java27 import io.opencensus.trace.propagation.BinaryFormat;
64 final class BinaryFormatImpl extends BinaryFormat {
/external/syzkaller/prog/
Dtypes.go40 type BinaryFormat int type
43 FormatNative BinaryFormat = iota
58 Format() BinaryFormat
109 func (t *TypeCommon) Format() BinaryFormat {
138 ArgFormat BinaryFormat
164 func (t *ResourceType) Format() BinaryFormat {
170 ArgFormat BinaryFormat
180 func (t *IntTypeCommon) Format() BinaryFormat {
Ddecodeexec.go38 Format BinaryFormat
47 Format BinaryFormat
143 Format: BinaryFormat((meta >> 8) & 0xff),
152 Format: BinaryFormat((meta >> 8) & 0xff),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DLLVMBuild.txt1 ;===- ./lib/BinaryFormat/LLVMBuild.txt -------------------------*- Conf -*--===;
20 name = BinaryFormat
DCMakeLists.txt7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
/external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/
DBinaryFormatTest.java30 private static final BinaryFormat binaryFormat = BinaryFormat.getNoopBinaryFormat();
DPropagationComponentTest.java34 .isEqualTo(BinaryFormat.getNoopBinaryFormat()); in implementationOfBinaryFormat()
/external/opencensus-java/impl_core/src/jmh/java/io/opencensus/implcore/trace/propagation/
DBinaryFormatImplBenchmark.java24 import io.opencensus.trace.propagation.BinaryFormat;
41 private BinaryFormat binaryFormat;
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/
DBinaryFormatImplTest.java26 import io.opencensus.trace.propagation.BinaryFormat;
52 private final BinaryFormat binaryFormat = new BinaryFormatImpl();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
DCMakeLists.txt2 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
DCMakeLists.txt2 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
DCMakeLists.txt5 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCMakeLists.txt6 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCMakeLists.txt5 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DCMakeLists.txt2 BinaryFormat
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMBuild.txt22 required_libraries = BinaryFormat Support
/external/swiftshader/third_party/llvm-7.0/llvm/lib/
DCMakeLists.txt8 add_subdirectory(BinaryFormat)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLVMBuild.txt22 required_libraries = BinaryFormat Core Support
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-lib/
DLLVMBuild.txt22 required_libraries = BinaryFormat Object Option Support
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLLVMBuild.txt22 required_libraries = BinaryFormat Core Object ProfileData Support
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/
DCMakeLists.txt11 add_subdirectory(BinaryFormat)

12