/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 144 uint8_t AddrSize; in emitDebugAranges() local 205 uint8_t AddrSize; in emitDebugRanges() local 410 uint8_t AddrSize; in emitDebugInfo() local 484 uint8_t AddrSize, bool IsLittleEndian, in writeExtendedOpcode() 517 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode() 633 uint8_t AddrSize; in emitDebugAddr() local 708 uint64_t Addr, uint8_t AddrSize, in writeListEntryAddress() 722 uint8_t AddrSize, bool IsLittleEndian) { in writeDWARFExpression() 754 uint8_t AddrSize, in writeListEntry() 815 uint8_t AddrSize, in writeListEntry() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 176 raw_ostream &OS, uint8_t AddrSize, uint8_t MaxEncodingStringLength, in dump() 181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
|
H A D | DWARFContext.cpp | 224 uint8_t AddrSize) { in dumpAddrSection() 1736 uint8_t AddrSize, bool IsLittleEndian) in DWARFObjInMemory() 2081 uint8_t AddrSize, bool isLittleEndian, in create()
|
H A D | DWARFVerifier.cpp | 126 uint8_t AddrSize = 0; in verifyUnitHeader() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 59 std::optional<yaml::Hex8> AddrSize; member 74 std::optional<llvm::yaml::Hex8> AddrSize; member 114 std::optional<uint8_t> AddrSize; member 165 std::optional<yaml::Hex8> AddrSize; member 204 std::optional<yaml::Hex8> AddrSize; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.cpp | 27 static const uint8_t AddrSize = Asm.getDataLayout().getPointerSize(); in emitHeader() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.h | 37 uint8_t AddrSize; variable
|
H A D | DWARFDebugArangeSet.h | 38 uint8_t AddrSize; member
|
H A D | DWARFListTable.h | 65 uint8_t AddrSize; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/ |
H A D | DWP.h | 39 uint8_t AddrSize = 0; member
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 840 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges() local 936 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local 1079 int AddrSize = AsmInfo->getCodePointerSize(); in emitGenDwarfRanges() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 138 uint8_t AddrSize = 0; in dumpDebugRanges() local
|
H A D | elf2yaml.cpp | 1299 unsigned AddrSize = ELFT::Is64Bits ? 8 : 4; in dumpGnuHashSection() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 34 uint8_t AddrSize = 0; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 194 uint8_t AddrSize = 4; // Address byte size to assume when extracting. member
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 777 void DwarfStreamer::emitFDE(uint32_t CIEOffset, uint32_t AddrSize, in emitFDE()
|
H A D | DWARFLinker.cpp | 1971 unsigned AddrSize) { in patchFrameInfoForObject()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 733 uint8_t AddrSize; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 909 unsigned AddrSize = Info->VAddrDwords; in convertMIMGInst() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 4134 const unsigned AddrSize = Is64 ? 16 : 8; in printSectionDetails() local
|