OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugH
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypeHashing.cpp
29
void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &
DebugH
) {
30
io.mapRequired("Version",
DebugH
.Version);
31
io.mapRequired("HashAlgorithm",
DebugH
.HashAlgorithm);
32
io.mapOptional("HashValues",
DebugH
.Hashes);
48
DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t>
DebugH
) {
49
assert(
DebugH
.size() >= 8);
50
assert((
DebugH
.size() - 8) % 8 == 0);
52
BinaryStreamReader Reader(
DebugH
, llvm::support::little);
67
ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &
DebugH
,
69
uint32_t Size = 8 + 8 *
DebugH
.Hashes.size()
[
all
...]
COFFEmitter.cpp
247
if (S.
DebugH
.hasValue() && S.SectionData.binary_size() == 0)
248
S.SectionData = CodeViewYAML::toDebugH(*S.
DebugH
, CP.Allocator);
COFFYAML.cpp
579
IO.mapOptional("GlobalHashes", Sec.
DebugH
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypeHashing.h
49
DebugHSection fromDebugH(ArrayRef<uint8_t>
DebugH
);
50
ArrayRef<uint8_t> toDebugH(const DebugHSection &
DebugH
,
COFFYAML.h
76
Optional<CodeViewYAML::DebugHSection>
DebugH
;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp
193
NewYAMLSection.
DebugH
= CodeViewYAML::fromDebugH(sectionData);
Completed in 17 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026