/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 27 uint8_t getRefAddrSize(uint8_t AddrSize, uint16_t Version) { in getRefAddrSize() 66 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize, in getFixedFormSizes() 148 uint16_t AddrSize = in extractValue() local 269 uint8_t AddrSize) { in skipValue()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.cpp | 183 raw_ostream &OS, uint8_t AddrSize, uint8_t MaxEncodingStringLength, in dump() 188 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
|
D | DWARFDebugAddr.cpp | 24 uint8_t AddrSize, in extract()
|
D | DWARFExpression.cpp | 119 static uint8_t getRefAddrSize(uint8_t AddrSize, uint16_t Version) { in getRefAddrSize()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.cpp | 176 raw_ostream &OS, uint8_t AddrSize, uint8_t MaxEncodingStringLength, in dump() 181 uint8_t AddrSize, DIDumpOptions DumpOpts) { in dump()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfUtils.cpp | 35 Triple llvm::dwarf::utils::getDefaultTargetTripleForAddrSize(uint8_t AddrSize) { in getDefaultTargetTripleForAddrSize()
|
D | DwarfGenerator.h | 154 const uint8_t AddrSize; /// The size in bytes of an address for this unit. variable 234 uint8_t AddrSize; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAddr.h | 40 uint8_t AddrSize; variable
|
D | DWARFDebugArangeSet.h | 37 uint8_t AddrSize; member
|
D | DWARFListTable.h | 66 uint8_t AddrSize; member
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 27 static const uint8_t AddrSize = Asm.getDataLayout().getPointerSize(); in emitHeader() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 27 static const uint8_t AddrSize = Asm.getDataLayout().getPointerSize(); in emitHeader() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAddr.h | 40 uint8_t AddrSize; member
|
D | DWARFDebugArangeSet.h | 34 uint8_t AddrSize; member
|
D | DWARFListTable.h | 66 uint8_t AddrSize; member
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.h | 34 uint8_t AddrSize; member
|
D | DWARFUnit.h | 124 uint8_t AddrSize; variable
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 58 Optional<yaml::Hex8> AddrSize; member 73 Optional<llvm::yaml::Hex8> AddrSize; member 113 Optional<uint8_t> AddrSize; member 164 Optional<yaml::Hex8> AddrSize; member 203 Optional<yaml::Hex8> AddrSize; member
|
/external/llvm-project/llvm/unittests/BinaryFormat/ |
D | DwarfTest.cpp | 144 Optional<uint8_t> AddrSize; in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 69 uint8_t AddrSize; member 105 uint8_t AddrSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 760 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode() local 869 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges() local 952 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local 1104 int AddrSize = AsmInfo->getCodePointerSize(); in EmitGenDwarfRanges() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCDwarf.cpp | 789 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode() local 896 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges() local 992 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local 1135 int AddrSize = AsmInfo->getCodePointerSize(); in emitGenDwarfRanges() local
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 582 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges() local 673 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo() local 808 int AddrSize = AsmInfo->getPointerSize(); in EmitGenDwarfRanges() local
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 136 uint8_t AddrSize = 0; in dumpDebugRanges() local
|