| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 291 bool denormalize = true) const; 300 std::string GetPath(bool denormalize = true) const; 302 const char *GetCString(bool denormalize = true) const; 308 bool denormalize = true) const;
|
| H A D | Args.h | 394 lldb_private::Args::ArgEntry denormalize(IO &) {
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 348 bool denormalize) const { in GetPath() 352 std::string result = GetPath(denormalize); in GetPath() 357 std::string FileSpec::GetPath(bool denormalize) const { in GetPath() 359 GetPath(result, denormalize); in GetPath() 363 const char *FileSpec::GetCString(bool denormalize) const { in GetCString() 364 return ConstString{GetPath(denormalize)}.AsCString(nullptr); in GetCString() 368 bool denormalize) const { in GetPath() 379 if (denormalize && !path.empty()) in GetPath()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | YAMLSerialization.cpp | 82 SymbolID denormalize(IO &I) { in denormalize() function 100 Symbol::SymbolFlag denormalize(IO &) { in denormalize() function 122 Position denormalize(IO &) { in denormalize() function 135 const char *denormalize(IO &IO) { in denormalize() function 261 RefKind denormalize(IO &) { return static_cast<RefKind>(Kind); } in denormalize() function 280 RelationKind denormalize(IO &IO) { return static_cast<RelationKind>(Kind); } in denormalize() function 308 IncludeGraphNode::SourceFlag denormalize(IO &) { in denormalize() function 321 FileDigest denormalize(IO &I) { in denormalize() function
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 316 uint8_t denormalize(IO &) { return SelectionType; } in denormalize() function 327 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function 338 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function 349 uint32_t denormalize(IO &) { return AuxType; } in denormalize() function 358 uint8_t denormalize(IO &) { return StorageClass; } in denormalize() function 367 uint16_t denormalize(IO &) { return Machine; } in denormalize() function 377 uint16_t denormalize(IO &) { return Characteristics; } in denormalize() function 387 uint16_t denormalize(IO &) { return Type; } in denormalize() function 396 uint16_t denormalize(IO &) { return Subsystem; } in denormalize() function 406 uint16_t denormalize(IO &) { return Characteristics; } in denormalize() function
|
| H A D | XCOFFYAML.cpp | 157 uint32_t denormalize(IO &) { return Flags; } in denormalize() function
|
| H A D | ELFYAML.cpp | 1198 Optional<uint8_t> denormalize(IO &) { in denormalize() function 1759 ELFYAML::ELF_REL denormalize(IO &) { in denormalize() function
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-07-31-BadAssert.c | 13 void denormalize(InternalFPF *ptr) { in denormalize() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | ReplacementsYaml.h | 39 clang::tooling::Replacement denormalize(const IO &) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | DiagnosticsYaml.h | 72 clang::tooling::Diagnostic denormalize(const IO &) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DebugMap.cpp | 154 dsymutil::DebugMapObject denormalize(IO &IO); 234 MappingTraits<dsymutil::DebugMapObject>::YamlDMO::denormalize(IO &IO) { in denormalize() function in llvm::yaml::MappingTraits::DebugMapObject::YamlDMO
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | ClangIncludeFixer.cpp | 43 tooling::Range denormalize(const IO &) { in denormalize() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 300 std::vector<uint8_t> denormalize(IO &) { in denormalize() function
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) { in denormalize() function
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 612 const InterfaceFile *denormalize(IO &IO) { in denormalize() function 907 const InterfaceFile *denormalize(IO &IO) { in denormalize() function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | YamlIO.rst | 653 Polar denormalize(IO &) { 678 when the local keys variable goes out of scope, the denormalize() method will 683 could be returned by the denormalize() method, except that the temporary 687 when reading YAML. It never destroys the normalized object. The denormalize()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyOptions.cpp | 75 ClangTidyOptions::OptionMap denormalize(IO &) { in denormalize() function
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | YAMLIOTest.cpp | 1459 TotalSeconds denormalize(IO &) { in denormalize() function in llvm::yaml::MappingTraits::NormalizedSeconds
|