Home
last modified time | relevance | path

Searched refs:getRefAddrByteSize (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h94 uint8_t getRefAddrByteSize() const { return FormParams.getRefAddrByteSize(); } in getRefAddrByteSize() function
327 uint8_t getRefAddrByteSize() const { return Header.getRefAddrByteSize(); } in getRefAddrByteSize() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp227 ByteSize += NumRefAddrs * U.getRefAddrByteSize(); in getByteSize()
H A DDWARFFormValue.cpp241 (Form == DW_FORM_addr) ? FP.AddrSize : FP.getRefAddrByteSize(); in extractValue()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp799 return Params.getRefAddrByteSize(); in getFixedFormByteSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1088 uint8_t getRefAddrByteSize() const { in getRefAddrByteSize() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp690 return FormParams.getRefAddrByteSize(); in sizeOf()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1113 return U.getRefAddrByteSize(); in cloneDieReferenceAttribute()
1147 return U.getRefAddrByteSize(); in cloneDieReferenceAttribute()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp311 Params.getRefAddrByteSize(), in writeDIE()