/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
H A D | gnu-hash-section.yaml | 3 ## Check that obj2yaml uses "Header", "BloomFilter", "HashBuckets" and "HashValues" 17 # FIELDS-NEXT: HashValues: [ 0x8, 0x9, 0xA, 0xB ] 33 HashValues: [0x8, 0x9, 0xA, 0xB] 53 # INVALID-NEXT: HashValues: [ ] 63 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.ok 70 # INVALID-NEXT: HashValues: [ 0x0 ] 71 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.fail 101 HashValues: [] 113 HashValues: [] 125 HashValues: [] [all …]
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
H A D | gnu-hash-section.yaml | 38 ## Check we can use "Header", "BloomFilter", "HashBuckets" and "HashValues" keys to describe 98 HashValues: [0x8, 0x9, 0xA, 0xB] 115 HashValues: [0x8, 0x9, 0xA, 0xB] 118 ## Check we only can use "Header", "BloomFilter", "HashBuckets" and "HashValues" together. 125 # ERR: error: "Header", "BloomFilter", "HashBuckets" and "HashValues" must be used together 137 HashValues: [] 151 HashValues: [] 165 HashValues: [] 230 ## Test that "Header", "BloomFilter", "HashBuckets" and "HashValues" can't be used together with th… 234 # TOGETHER: error: "Header", "BloomFilter", "HashBuckets" and "HashValues" cannot be used with "Con… [all …]
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.h | 31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() argument 35 HashValues(HashValues), Stream(Stream) {} in MinimalTypeDumpVisitor() 64 FixedStreamArray<support::ulittle32_t> HashValues; variable
|
H A D | MinimalTypeDumper.cpp | 236 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin() 239 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 96 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload() 146 if (HashValues.empty()) in buildHashMap() 154 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap() 230 return HashValues; in getHashValues()
|
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | gnuhash.test | 40 HashValues: [0x8, 0x9, 0xA, 0xB] 95 HashValues: [ 0x0 ] 143 HashValues: [ 0x3 ] 195 HashValues: [ 0x0 ] 264 HashValues: [ ]
|
H A D | hash-histogram.test | 111 HashValues: [ 0x0B887388, 0xECD54542, 0x7C92E3BB, 0x1C5871D9 ] 305 HashValues: [ 0x0B887388 ] 356 HashValues: [ 0x0 ] 416 HashValues: [ 0x0 ] 461 HashValues: [ 0x0 ]
|
H A D | hash-symbols.test | 65 HashValues: [ 0x0B885C68, 0x0B886991, 0x0B886DF4, 0x0B8860CB ] 223 HashValues: [ 0x0B885C68, 0x0B886991, 0x0B886DF4, 0x0B8860CB ] 499 HashValues: [0x8, 0x9, 0xA, 0xB] 619 HashValues: [ 0x0 ] 675 HashValues: [ 0x0 ]
|
/llvm-project/llvm/test/ObjectYAML/CodeView/ |
H A D | sections.yaml | 25 HashValues: 78 # CHECK: HashValues:
|
/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
H A D | null-jmprel.yaml | 69 HashValues: [ 0xEDDB6233 ]
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiStream.h | 87 FixedStreamArray<support::ulittle32_t> HashValues; variable
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypeHashing.cpp | 30 io.mapOptional("HashValues", DebugH.Hashes); in mapping()
|
/llvm-project/llvm/test/tools/llvm-ifs/ |
H A D | read-elf-dynsym.test | 95 HashValues: [[GNUHASHVALUE]]
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | pdb-hashes-2.yaml | 251 HashValues:
|
H A D | pdb-hashes-1.yaml | 317 HashValues:
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 461 std::optional<std::vector<llvm::yaml::Hex32>> HashValues; member 469 {"HashValues", HashValues.has_value()}}; in getEntries()
|
/llvm-project/bolt/test/X86/Inputs/ |
H A D | plt-mold.yaml | 78 HashValues: [ ]
|
H A D | plt-got-sec.yaml | 125 HashValues: [ ]
|
H A D | plt-sec.yaml | 125 HashValues: [ ]
|
/llvm-project/lldb/test/API/functionalities/stats_api/ |
H A D | main.yaml | 125 HashValues: [ ]
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | elf-dwo.yaml | 147 HashValues: [ ]
|
H A D | elf-dwarf.yaml | 158 HashValues: [ ]
|
/llvm-project/llvm/test/tools/llvm-symbolizer/ |
H A D | data-location.yaml | 182 HashValues: [ 0xEE8502A, 0xEE85016, 0xC033991C, 0x61F7372E, 0xB88AB7F ]
|
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/ |
H A D | extensions.test | 107 HashValues: [ 0x7C9A7F6B ]
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | global-type-hashes.ll | 310 ; YAML: HashValues:
|