/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 32 IO &IO, WasmYAML::FileHeader &FileHdr) { in mapping() argument 36 void MappingTraits<WasmYAML::Object>::mapping(IO &IO, in mapping() argument 45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument 50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() argument 60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() argument 66 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() argument 76 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() argument 84 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() argument 90 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() argument 96 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() argument [all …]
|
D | MachOYAML.cpp | 84 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping() argument 97 void MappingTraits<MachOYAML::Object>::mapping(IO &IO, in mapping() argument 122 IO &IO, MachOYAML::FatHeader &FatHeader) { in mapping() argument 127 void MappingTraits<MachOYAML::FatArch>::mapping(IO &IO, in mapping() argument 139 IO &IO, MachOYAML::UniversalBinary &UniversalBinary) { in mapping() argument 153 IO &IO, MachOYAML::LinkEditData &LinkEditData) { in mapping() argument 165 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument 172 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping() argument 181 IO &IO, MachOYAML::ExportEntry &ExportEntry) { in mapping() argument 193 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping() argument [all …]
|
D | DWARFYAML.cpp | 24 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping() argument 44 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, in mapping() argument 53 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument 61 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping() argument 66 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, in mapping() argument 76 void MappingTraits<DWARFYAML::PubEntry>::mapping(IO &IO, in mapping() argument 85 IO &IO, DWARFYAML::PubSection &Section) { in mapping() argument 98 void MappingTraits<DWARFYAML::Unit>::mapping(IO &IO, DWARFYAML::Unit &Unit) { in mapping() argument 108 void MappingTraits<DWARFYAML::Entry>::mapping(IO &IO, DWARFYAML::Entry &Entry) { in mapping() argument 114 IO &IO, DWARFYAML::FormValue &FormValue) { in mapping() argument [all …]
|
D | CodeViewYAMLTypes.cpp | 201 IO &IO, PointerToMemberRepresentation &Value) { in enumeration() argument 221 IO &IO, VFTableSlotKind &Kind) { in enumeration() argument 232 IO &IO, CallingConvention &Value) { in enumeration() argument 259 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration() argument 277 void ScalarEnumerationTraits<PointerMode>::enumeration(IO &IO, in enumeration() argument 287 void ScalarEnumerationTraits<HfaKind>::enumeration(IO &IO, HfaKind &Value) { in enumeration() argument 294 void ScalarEnumerationTraits<MemberAccess>::enumeration(IO &IO, in enumeration() argument 302 void ScalarEnumerationTraits<MethodKind>::enumeration(IO &IO, in enumeration() argument 315 IO &IO, WindowsRTClassKind &Value) { in enumeration() argument 322 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() argument [all …]
|
D | ELFYAML.cpp | 32 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration() argument 44 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration() argument 63 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration() argument 229 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() argument 239 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() argument 250 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() argument 281 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, in bitset() argument 439 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() argument 506 void ScalarBitSetTraits<ELFYAML::ELF_PF>::bitset(IO &IO, in bitset() argument 514 void ScalarBitSetTraits<ELFYAML::ELF_SHF>::bitset(IO &IO, in bitset() argument [all …]
|
D | CodeViewYAMLSymbols.cpp | 263 template <> void SymbolRecordImpl<ScopeEndSym>::map(IO &IO) {} in map() argument 279 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map() argument 289 template <> void SymbolRecordImpl<TrampolineSym>::map(IO &IO) { in map() argument 298 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map() argument 307 template <> void SymbolRecordImpl<CoffGroupSym>::map(IO &IO) { in map() argument 315 template <> void SymbolRecordImpl<ExportSym>::map(IO &IO) { in map() argument 321 template <> void SymbolRecordImpl<ProcSym>::map(IO &IO) { in map() argument 335 template <> void SymbolRecordImpl<RegisterSym>::map(IO &IO) { in map() argument 341 template <> void SymbolRecordImpl<PublicSym32>::map(IO &IO) { in map() argument 348 template <> void SymbolRecordImpl<ProcRefSym>::map(IO &IO) { in map() argument [all …]
|
D | MinidumpYAML.cpp | 20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptional() 27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, in mapRequiredAs() 37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, in mapOptionalAs() 54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() 62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex() 121 IO &IO, MemoryProtection &Protect) { in bitset() argument 127 void yaml::ScalarBitSetTraits<MemoryState>::bitset(IO &IO, MemoryState &State) { in bitset() argument 133 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) { in bitset() argument 140 IO &IO, ProcessorArchitecture &Arch) { in enumeration() argument 147 void yaml::ScalarEnumerationTraits<OSPlatform>::enumeration(IO &IO, in enumeration() argument [all …]
|
D | COFFYAML.cpp | 34 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument 47 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() argument 55 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument 60 IO &IO, COFF::MachineTypes &Value) { in enumeration() argument 86 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() argument 106 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() argument 137 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() argument 145 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration() argument 160 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration() argument 181 IO &IO, COFF::RelocationTypesARM &Value) { in enumeration() argument [all …]
|
D | XCOFFYAML.cpp | 27 IO &IO, XCOFF::StorageClass &Value) { in enumeration() argument 83 IO &IO, XCOFFYAML::FileHeader &FileHdr) { in mapping() argument 93 void MappingTraits<XCOFFYAML::Symbol>::mapping(IO &IO, XCOFFYAML::Symbol &S) { in mapping() argument 102 void MappingTraits<XCOFFYAML::Object>::mapping(IO &IO, XCOFFYAML::Object &Obj) { in mapping() argument
|
D | CodeViewYAMLDebugSections.cpp | 265 void MappingTraits<SourceLineEntry>::mapping(IO &IO, SourceLineEntry &Obj) { in mapping() argument 272 void MappingTraits<SourceColumnEntry>::mapping(IO &IO, SourceColumnEntry &Obj) { in mapping() argument 277 void MappingTraits<SourceLineBlock>::mapping(IO &IO, SourceLineBlock &Obj) { in mapping() argument 283 void MappingTraits<CrossModuleExport>::mapping(IO &IO, CrossModuleExport &Obj) { in mapping() argument 288 void MappingTraits<YAMLCrossModuleImport>::mapping(IO &IO, in mapping() argument 295 IO &IO, SourceFileChecksumEntry &Obj) { in mapping() argument 301 void MappingTraits<InlineeSite>::mapping(IO &IO, InlineeSite &Obj) { in mapping() argument 308 void MappingTraits<YAMLFrameData>::mapping(IO &IO, YAMLFrameData &Obj) { in mapping() argument 319 void YAMLChecksumsSubsection::map(IO &IO) { in map() argument 324 void YAMLLinesSubsection::map(IO &IO) { in map() argument [all …]
|
D | ObjectYAML.cpp | 22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 75 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping() argument 88 void MappingTraits<MachOYAML::Object>::mapping(IO &IO, in mapping() argument 105 IO &IO, MachOYAML::FatHeader &FatHeader) { in mapping() argument 110 void MappingTraits<MachOYAML::FatArch>::mapping(IO &IO, in mapping() argument 122 IO &IO, MachOYAML::UniversalBinary &UniversalBinary) { in mapping() argument 136 IO &IO, MachOYAML::LinkEditData &LinkEditData) { in mapping() argument 147 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument 154 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping() argument 163 IO &IO, MachOYAML::ExportEntry &ExportEntry) { in mapping() argument 175 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping() argument [all …]
|
D | ELFYAML.cpp | 25 ScalarEnumerationTraits<ELFYAML::ELF_ET>::enumeration(IO &IO, in enumeration() argument 38 ScalarEnumerationTraits<ELFYAML::ELF_EM>::enumeration(IO &IO, in enumeration() argument 202 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() argument 212 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() argument 222 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() argument 250 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, in bitset() argument 352 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() argument 408 void ScalarBitSetTraits<ELFYAML::ELF_SHF>::bitset(IO &IO, in bitset() argument 454 IO &IO, ELFYAML::ELF_STT &Value) { in enumeration() argument 468 IO &IO, ELFYAML::ELF_STV &Value) { in enumeration() argument [all …]
|
D | COFFYAML.cpp | 27 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() argument 40 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() argument 48 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() argument 53 IO &IO, COFF::MachineTypes &Value) { in enumeration() argument 79 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() argument 99 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() argument 130 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() argument 138 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration() argument 153 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration() argument 174 IO &IO, COFF::WindowsSubsystem &Value) { in enumeration() argument [all …]
|
D | ObjectYAML.cpp | 20 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument
|
/external/llvm/tools/llvm-pdbdump/ |
D | PdbYaml.cpp | 107 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping() argument 115 void MappingTraits<MsfHeaders>::mapping(IO &IO, MsfHeaders &Obj) { in mapping() argument 124 void MappingTraits<PDBFile::SuperBlock>::mapping(IO &IO, in mapping() argument 138 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) { in mapping() argument 142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping() argument 149 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStubCommon.cpp | 34 IO &IO, ObjCConstraintType &Constraint) { in enumeration() argument 44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output() 80 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() 120 void ScalarBitSetTraits<ArchitectureSet>::bitset(IO &IO, in bitset() argument 175 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 45 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() 82 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() 97 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() 147 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName() 316 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 327 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 492 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord() 547 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
|
D | SymbolRecordMapping.cpp | 28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange() 432 [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); })); in visitKnownRecord() 481 [](CodeViewRecordIO &IO, StringRef &S) { return IO.mapStringZ(S); })); in visitKnownRecord()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Dispatchers.kt | 135 public val IO: CoroutineDispatcher = DefaultIoScheduler constant
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ObjectYAML.h | 23 class IO; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecordMapping.h | 40 CodeViewRecordIO IO; variable
|
D | TypeRecordMapping.h | 49 CodeViewRecordIO IO; variable
|
/external/libchrome/base/test/ |
D | scoped_task_environment.h | 81 IO, enumerator
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 84 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; in lprofBufferIOWrite() local 99 ProfDataIOVec IO[] = { in lprofBufferIOFlush() local
|