Home
last modified time | relevance | path

Searched defs:CommonConfig (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
DCommonConfig.h201 struct CommonConfig { struct
203 StringRef InputFilename;
204 FileFormat InputFormat = FileFormat::Unspecified;
205 StringRef OutputFilename;
206 FileFormat OutputFormat = FileFormat::Unspecified;
209 std::optional<MachineInfo> OutputArch;
212 StringRef AddGnuDebugLink;
214 uint32_t GnuDebugLinkCRC32;
215 std::optional<StringRef> ExtractPartition;
216 StringRef SplitDWO;
[all …]
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcommon.rs31 pub struct CommonConfig { struct
45 impl Default for CommonConfig { implementation
51 impl CommonConfig { impl
/external/googleapis/google/cloud/discoveryengine/v1/
Dengine.proto120 message CommonConfig { message
/external/googleapis/google/cloud/discoveryengine/v1beta/
Dengine.proto120 message CommonConfig { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
/external/googleapis/google/cloud/discoveryengine/v1alpha/
Dengine.proto195 message CommonConfig { message
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs100 CommonConfig = 1, enumerator