Home
last modified time | relevance | path

Searched refs:mapRangeAddress (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h128 virtual void mapRangeAddress(const object::ObjectFile &Obj) {} in mapRangeAddress() function
129 virtual void mapRangeAddress(const object::ObjectFile &Obj, in mapRangeAddress() function
H A DLVELFReader.h83 void mapRangeAddress(const object::ObjectFile &Obj) override;
H A DLVCodeViewReader.h103 void mapRangeAddress(const object::ObjectFile &Obj,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp169 mapRangeAddress(Obj); in mapVirtualAddress()
218 mapRangeAddress(COFFObj, Section, IsComdat); in mapVirtualAddress()
H A DLVELFReader.cpp1152 void LVELFReader::mapRangeAddress(const ObjectFile &Obj) { in mapRangeAddress() function in LVELFReader
H A DLVCodeViewReader.cpp805 void LVCodeViewReader::mapRangeAddress(const ObjectFile &Obj, in mapRangeAddress() function in LVCodeViewReader