Home
last modified time | relevance | path

Searched refs:denormalize (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h291 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 DArgs.h394 lldb_private::Args::ArgEntry denormalize(IO &) {
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp348 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 DYAMLSerialization.cpp82 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 DCOFFYAML.cpp316 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 DXCOFFYAML.cpp157 uint32_t denormalize(IO &) { return Flags; } in denormalize() function
H A DELFYAML.cpp1198 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 D2002-07-31-BadAssert.c13 void denormalize(InternalFPF *ptr) { in denormalize() function
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DReplacementsYaml.h39 clang::tooling::Replacement denormalize(const IO &) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h72 clang::tooling::Diagnostic denormalize(const IO &) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDebugMap.cpp154 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 DClangIncludeFixer.cpp43 tooling::Range denormalize(const IO &) { in denormalize() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp300 std::vector<uint8_t> denormalize(IO &) { in denormalize() function
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) { in denormalize() function
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp612 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 DYamlIO.rst653 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 DClangTidyOptions.cpp75 ClangTidyOptions::OptionMap denormalize(IO &) { in denormalize() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp1459 TotalSeconds denormalize(IO &) { in denormalize() function in llvm::yaml::MappingTraits::NormalizedSeconds