Home
last modified time | relevance | path

Searched defs:AddrSize (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp144 uint8_t 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
708 writeListEntryAddress(StringRef EncodingName,raw_ostream & OS,uint64_t Addr,uint8_t AddrSize,bool IsLittleEndian) writeListEntryAddress() argument
722 writeDWARFExpression(raw_ostream & OS,const DWARFYAML::DWARFOperation & Operation,uint8_t AddrSize,bool IsLittleEndian) writeDWARFExpression() argument
754 writeListEntry(raw_ostream & OS,const DWARFYAML::RnglistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument
815 writeListEntry(raw_ostream & OS,const DWARFYAML::LoclistEntry & Entry,uint8_t AddrSize,bool IsLittleEndian) writeListEntry() argument
919 uint8_t AddrSize; writeDWARFLists() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp176 raw_ostream &OS, uint8_t AddrSize, uint8_t MaxEncodingStringLength, in dump()
181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
H A DDWARFContext.cpp904 dumpAddrSection(raw_ostream & OS,DWARFDataExtractor & AddrData,DIDumpOptions DumpOpts,uint16_t Version,uint8_t AddrSize) dumpAddrSection() argument
2112 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> & Sections,uint8_t AddrSize,bool IsLittleEndian) DWARFObjInMemory() argument
2456 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 DDWARFVerifier.cpp127 uint8_t AddrSize = 0; verifyUnitHeader() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp28 static const uint8_t AddrSize = Asm.MAI->getCodePointerSize(); in emitHeader() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h37 uint8_t AddrSize; variable
H A DDWARFDebugArangeSet.h38 uint8_t AddrSize; member
H A DDWARFListTable.h65 uint8_t AddrSize; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h59 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; global() member
204 std::optional<yaml::Hex8> AddrSize; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h45 uint8_t AddrSize = 0; member
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp713 unsigned AddrSize = Unit.getOrigUnit().getAddressByteSize(); in emitDwarfDebugAddrsHeader() local
737 uint8_t AddrSize) { in emitDwarfDebugAddrs() argument
1256 emitFDE(uint32_t CIEOffset,uint32_t AddrSize,uint64_t Address,StringRef FDEBytes) emitFDE() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp842 int AddrSize = asmInfo->getCodePointerSize(); EmitGenDwarfAranges() local
938 int AddrSize = AsmInfo.getCodePointerSize(); EmitGenDwarfInfo() local
1081 int AddrSize = AsmInfo->getCodePointerSize(); emitGenDwarfRanges() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h198 uint8_t AddrSize = 4; // Address byte size to assume when extracting. member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp34 uint8_t AddrSize = 0; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp845 emitFDE(uint32_t CIEOffset,uint32_t AddrSize,uint64_t Address,StringRef FDEBytes,SectionDescriptor & Section) emitFDE() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h745 uint8_t AddrSize; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1065 unsigned AddrSize = Info->VAddrDwords; convertMIMGInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4474 const unsigned AddrSize = Is64 ? 16 : 8; printSectionDetails() local