Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h300 bool denormalize = true) const;
309 std::string GetPath(bool denormalize = true) const;
317 ConstString GetPathAsConstString(bool denormalize = true) const;
323 bool denormalize = true) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp368 bool denormalize) const { in GetPath()
372 std::string result = GetPath(denormalize); in GetPath()
377 std::string FileSpec::GetPath(bool denormalize) const { in GetPath()
379 GetPath(result, denormalize); in GetPath()
383 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString()
384 return ConstString{GetPath(denormalize)}; in GetPathAsConstString()
388 bool denormalize) const { in GetPath()
399 if (denormalize && !path.empty()) in GetPath()
559 // filename, then denormalize, then write the entire denorm'ed directory. in format()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.cleardenormalize.d60 denormalize(@func);
74 denormalize(@func);
H A Dtst.denormalizeonly.d59 denormalize(@func);
H A Dtst.denormalize.d60 denormalize(@func);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp318 uint8_t denormalize(IO &) { return SelectionType; } in denormalize() function
329 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function
340 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function
351 uint32_t denormalize(IO &) { return AuxType; } in denormalize() function
360 uint8_t denormalize(IO &) { return StorageClass; } in denormalize() function
369 uint16_t denormalize(IO &) { return Machine; } in denormalize() function
379 uint16_t denormalize(IO &) { return Characteristics; } in denormalize() function
389 uint16_t denormalize(IO &) { return Type; } in denormalize() function
398 uint16_t denormalize(IO &) { return Subsystem; } in denormalize() function
408 uint16_t denormalize(IO &) { return Characteristics; } in denormalize() function
H A DXCOFFYAML.cpp186 uint32_t denormalize(IO &) { return Flags; } in denormalize() function
H A DELFYAML.cpp1246 std::optional<uint8_t> denormalize(IO &) { in denormalize() function
1808 ELFYAML::ELF_REL denormalize(IO &) { in denormalize() function
/freebsd/contrib/llvm-project/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()
/freebsd/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile103 tst.denormalize.d \
104 tst.denormalize.d.out \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) { in denormalize() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp573 const InterfaceFile *denormalize(IO &IO) { in denormalize() function
862 const InterfaceFile *denormalize(IO &IO) { in denormalize() function