Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h170 virtual void mapRangeAddress(const object::ObjectFile &Obj) {} in mapRangeAddress() function
171 virtual void mapRangeAddress(const object::ObjectFile &Obj, in mapRangeAddress() function
H A DLVDWARFReader.h83 void mapRangeAddress(const object::ObjectFile &Obj) override;
H A DLVCodeViewReader.h103 void mapRangeAddress(const object::ObjectFile &Obj,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp198 mapRangeAddress(Obj); in mapVirtualAddress()
247 mapRangeAddress(COFFObj, Section, IsComdat); in mapVirtualAddress()
H A DLVDWARFReader.cpp1173 void LVDWARFReader::mapRangeAddress(const ObjectFile &Obj) { in mapRangeAddress() function in LVDWARFReader
H A DLVCodeViewReader.cpp805 void LVCodeViewReader::mapRangeAddress(const ObjectFile &Obj,
806 void LVCodeViewReader::mapRangeAddress(const ObjectFile &Obj, mapRangeAddress() function in LVCodeViewReader