/llvm-project/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 | 905 dumpAddrSection(raw_ostream & OS,DWARFDataExtractor & AddrData,DIDumpOptions DumpOpts,uint16_t Version,uint8_t AddrSize) dumpAddrSection() argument 2114 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> & Sections,uint8_t AddrSize,bool IsLittleEndian) DWARFObjInMemory() argument 2458 create(const StringMap<std::unique_ptr<MemoryBuffer>> & Sections,uint8_t AddrSize,bool isLittleEndian,std::function<void (Error)> RecoverableErrorHandler,std::function<void (Error)> WarningHandler,bool ThreadSafe) create() argument
|
H A D | DWARFVerifier.cpp | 129 uint8_t AddrSize = 0; verifyUnitHeader() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfUtils.cpp | 35 Triple llvm::dwarf::utils::getDefaultTargetTripleForAddrSize(uint8_t AddrSize) { in getDefaultTargetTripleForAddrSize()
|
H A D | DwarfGenerator.h | 157 const uint8_t AddrSize; /// The size in bytes of an address for this unit. variable 237 uint8_t AddrSize; variable
|
H A D | DwarfGenerator.cpp | 540 const uint8_t AddrSize = Asm.getPointerSize(); emit() local
|
H A D | DWARFFormValueTest.cpp | 161 uint8_t AddrSize; member
|
H A D | DWARFDebugFrameTest.cpp | 1401 constexpr uint8_t AddrSize = 8; TEST() local 1453 constexpr uint8_t AddrSize = 8; TEST() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 144 if (Range.AddrSize) in emitDebugAranges() local 205 uint8_t AddrSize; emitDebugRanges() local 410 uint8_t AddrSize; emitDebugInfo() local 484 writeExtendedOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t AddrSize,bool IsLittleEndian,raw_ostream & OS) writeExtendedOpcode() argument 517 writeLineTableOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t OpcodeBase,uint8_t AddrSize,raw_ostream & OS,bool IsLittleEndian) writeLineTableOpcode() argument 633 uint8_t AddrSize; emitDebugAddr() local 896 writeListEntryAddress(StringRef EncodingName,raw_ostream & OS,uint64_t Addr,uint8_t AddrSize,bool IsLittleEndian) writeListEntryAddress() argument 910 writeDWARFExpression(raw_ostream & OS,const DWARFYAML::DWARFOperation & Operation,uint8_t AddrSize,bool IsLittleEndian) writeDWARFExpression() argument 942 writeListEntry(raw_ostream & OS,const DWARFYAML::RnglistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument 1003 writeListEntry(raw_ostream & OS,const DWARFYAML::LoclistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument 1107 uint8_t AddrSize; writeDWARFLists() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.cpp | 28 static const uint8_t AddrSize = Asm.MAI->getCodePointerSize(); emitHeader() local
|
/llvm-project/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
|
/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWP.h | 45 uint8_t AddrSize = 0; member
|
/llvm-project/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 187 std::optional<yaml::Hex8> AddrSize; global() member 226 std::optional<yaml::Hex8> AddrSize; global() member
|
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | DwarfTest.cpp | 144 std::optional<uint8_t> AddrSize; in TEST() local
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 712 unsigned AddrSize = Unit.getOrigUnit().getAddressByteSize(); emitDwarfDebugAddrsHeader() local 736 emitDwarfDebugAddrs(const SmallVector<uint64_t> & Addrs,uint8_t AddrSize) emitDwarfDebugAddrs() argument 1263 emitFDE(uint32_t CIEOffset,uint32_t AddrSize,uint64_t Address,StringRef FDEBytes) emitFDE() argument
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | PseudoProbeRewriter.cpp | 290 uint32_t AddrSize = BC.AsmInfo->getCodePointerSize(); encodePseudoProbes() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 142 uint8_t AddrSize = 0; in dumpDebugRanges() local [all...] |
H A D | elf2yaml.cpp | 1359 unsigned AddrSize = ELFT::Is64Bits ? 8 : 4; dumpGnuHashSection() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 848 int AddrSize = asmInfo->getCodePointerSize(); EmitGenDwarfAranges() local 944 int AddrSize = AsmInfo.getCodePointerSize(); EmitGenDwarfInfo() local 1087 int AddrSize = AsmInfo->getCodePointerSize(); emitGenDwarfRanges() local [all...] |
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 36 uint8_t AddrSize = 0; global() member
|
/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 198 uint8_t AddrSize = 4; // Address byte size to assume when extracting. global() member
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 843 uint32_t AddrSize, uint64_t Address, in emitFDE()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 1079 uint8_t AddrSize; global() member
|