/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 84 IO &IO, MachOYAML::FileHeader &FileHdr) { in mapping() argument 97 void MappingTraits<MachOYAML::Object>::mapping(IO &IO, in mapping() argument 124 IO &IO, MachOYAML::FatHeader &FatHeader) { in mapping() argument 129 void MappingTraits<MachOYAML::FatArch>::mapping(IO &IO, in mapping() argument 141 IO &IO, MachOYAML::UniversalBinary &UniversalBinary) { in mapping() argument 155 IO &IO, MachOYAML::LinkEditData &LinkEditData) { in mapping() argument 167 IO &IO, MachOYAML::RebaseOpcode &RebaseOpcode) { in mapping() argument 174 IO &IO, MachOYAML::BindOpcode &BindOpcode) { in mapping() argument 183 IO &IO, MachOYAML::ExportEntry &ExportEntry) { in mapping() argument 195 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping() argument [all …]
|
H A 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 68 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() argument 78 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() argument 86 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() argument 92 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() argument 98 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() argument [all …]
|
H A D | DWARFYAML.cpp | 91 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping() argument 114 IO &IO, DWARFYAML::AbbrevTable &AbbrevTable) { in mapping() argument 119 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, in mapping() argument 128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument 136 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping() argument 141 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, in mapping() argument 153 IO &IO, DWARFYAML::RangeEntry &Descriptor) { in mapping() argument 158 void MappingTraits<DWARFYAML::Ranges>::mapping(IO &IO, in mapping() argument 165 void MappingTraits<DWARFYAML::PubEntry>::mapping(IO &IO, in mapping() argument 174 IO &IO, DWARFYAML::PubSection &Section) { in mapping() argument [all …]
|
H A D | ELFYAML.cpp | 43 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration() argument 55 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration() argument 74 IO &IO, ELFYAML::ELF_NT &Value) { in enumeration() argument 171 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration() argument 340 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() argument 350 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() argument 361 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() argument 392 void ScalarBitSetTraits<ELFYAML::ELF_EF>::bitset(IO &IO, in bitset() argument 592 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() argument 663 void ScalarBitSetTraits<ELFYAML::ELF_PF>::bitset(IO &IO, in bitset() argument [all …]
|
H A D | CodeViewYAMLSymbols.cpp | 286 template <> void SymbolRecordImpl<ScopeEndSym>::map(IO &IO) {} in map() argument 302 template <> void SymbolRecordImpl<Thunk32Sym>::map(IO &IO) { in map() argument 312 template <> void SymbolRecordImpl<TrampolineSym>::map(IO &IO) { in map() argument 321 template <> void SymbolRecordImpl<SectionSym>::map(IO &IO) { in map() argument 330 template <> void SymbolRecordImpl<CoffGroupSym>::map(IO &IO) { in map() argument 338 template <> void SymbolRecordImpl<ExportSym>::map(IO &IO) { in map() argument 344 template <> void SymbolRecordImpl<ProcSym>::map(IO &IO) { in map() argument 358 template <> void SymbolRecordImpl<RegisterSym>::map(IO &IO) { in map() argument 364 template <> void SymbolRecordImpl<PublicSym32>::map(IO &IO) { in map() argument 371 template <> void SymbolRecordImpl<ProcRefSym>::map(IO &IO) { in map() argument [all …]
|
H A D | CodeViewYAMLTypes.cpp | 206 IO &IO, PointerToMemberRepresentation &Value) { in enumeration() argument 226 IO &IO, VFTableSlotKind &Kind) { in enumeration() argument 237 IO &IO, CallingConvention &Value) { in enumeration() argument 264 void ScalarEnumerationTraits<PointerKind>::enumeration(IO &IO, in enumeration() argument 282 void ScalarEnumerationTraits<PointerMode>::enumeration(IO &IO, in enumeration() argument 292 void ScalarEnumerationTraits<HfaKind>::enumeration(IO &IO, HfaKind &Value) { in enumeration() argument 299 void ScalarEnumerationTraits<MemberAccess>::enumeration(IO &IO, in enumeration() argument 307 void ScalarEnumerationTraits<MethodKind>::enumeration(IO &IO, in enumeration() argument 320 IO &IO, WindowsRTClassKind &Value) { in enumeration() argument 327 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() argument [all …]
|
H A 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 …]
|
H A 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 …]
|
H A D | ArchiveYAML.cpp | 19 void MappingTraits<ArchYAML::Archive>::mapping(IO &IO, ArchYAML::Archive &A) { in mapping() argument 29 std::string MappingTraits<ArchYAML::Archive>::validate(IO &, in validate() argument 37 IO &IO, ArchYAML::Archive::Child &E) { in mapping() argument 46 MappingTraits<ArchYAML::Archive::Child>::validate(IO &, in validate() argument
|
H A 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
|
H A 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 …]
|
H A D | ObjectYAML.cpp | 22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PdbYaml.cpp | 104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping() argument 116 void MappingTraits<MSFHeaders>::mapping(IO &IO, MSFHeaders &Obj) { in mapping() argument 124 void MappingTraits<msf::SuperBlock>::mapping(IO &IO, msf::SuperBlock &SB) { 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 150 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping() argument 161 void MappingTraits<PdbTpiStream>::mapping(IO &IO, in mapping() argument 168 IO &IO, pdb::yaml::PdbPublicsStream &Obj) { in mapping() argument 172 void MappingTraits<NamedStreamMapping>::mapping(IO &IO, in mapping() argument 178 void MappingTraits<PdbModiStream>::mapping(IO &IO, PdbModiStream &Obj) { in mapping() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | IncludeStyle.cpp | 17 IO &IO, IncludeStyle::IncludeCategory &Category) { in mapping() argument 25 IO &IO, IncludeStyle::IncludeBlocksStyle &Value) { in enumeration() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | SATestBuild.py | 197 def run_cleanup_script(directory: str, build_log_file: IO): 402 build_log_file: IO) -> Tuple[float, int]: 563 def _download_and_patch(self, directory: str, build_log_file: IO): 587 def _download(self, directory: str, build_log_file: IO): 602 def _download_from_git(self, directory: str, build_log_file: IO): 613 def _unpack_zip(self, directory: str, build_log_file: IO): 631 def _run_download_script(directory: str, build_log_file: IO): 637 def _apply_patch(self, directory: str, build_log_file: IO):
|
H A D | SATestUtils.py | 132 def run_script(script_path: str, build_log_file: IO, cwd: str,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | TextStubCommon.cpp | 35 IO &IO, ObjCConstraintType &Constraint) { in enumeration() argument 45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output() 93 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() 133 void ScalarBitSetTraits<ArchitectureSet>::bitset(IO &IO, in bitset() argument 188 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 47 static std::string getFlagNames(CodeViewRecordIO &IO, T Value, in getFlagNames() 84 static StringRef getEnumName(CodeViewRecordIO &IO, T Value, in getEnumName() 99 static std::string getMemberAttributes(CodeViewRecordIO &IO, in getMemberAttributes() 160 static Error mapNameAndUniqueName(CodeViewRecordIO &IO, StringRef &Name, in mapNameAndUniqueName() 341 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 352 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord() 518 [](CodeViewRecordIO &IO, StringRef &S) { in visitKnownRecord() 573 [](CodeViewRecordIO &IO, TypeIndex &N) { in visitKnownRecord()
|
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | ObjectYAML.h | 24 class IO; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.h | 40 CodeViewRecordIO IO; variable
|
H A D | TypeRecordMapping.h | 49 CodeViewRecordIO IO; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingWriter.c | 70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; in llvmBufferIOWrite() local 85 ProfDataIOVec IO[] = { in llvmBufferIOFlush() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DebugMap.cpp | 196 IO &, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq, in element() argument 236 MappingTraits<dsymutil::DebugMapObject>::YamlDMO::denormalize(IO &IO) { in denormalize() argument
|
/netbsd-src/sys/arch/hpcmips/tx/ |
H A D | tx39var.h | 49 IO, enumerator
|