Home
last modified time | relevance | path

Searched refs:mapVirtualAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h176 void mapVirtualAddress(const object::ObjectFile &Obj);
177 void mapVirtualAddress(const object::COFFObjectFile &COFFObj);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp147 void LVBinaryReader::mapVirtualAddress(const object::ObjectFile &Obj) { in mapVirtualAddress() function in LVBinaryReader
222 void LVBinaryReader::mapVirtualAddress(const object::COFFObjectFile &COFFObj) { in mapVirtualAddress() function in LVBinaryReader
H A DLVCodeViewReader.cpp860 mapVirtualAddress(Obj); in createScopes()
932 mapVirtualAddress(*COFFObject); in createScopes()
H A DLVDWARFReader.cpp827 mapVirtualAddress(Obj); in createScopes()