Searched refs:getVAFromSectOffset (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 285 uint64_t VA = getVAFromSectOffset(Section, Offset); in findLineNumbersBySectOffset() 389 uint64_t NativeSession::getVAFromSectOffset(uint32_t Section, in getVAFromSectOffset() function in NativeSession 406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset() 429 uint64_t VA = Session.getVAFromSectOffset(C.ISect, C.Off); in parseSectionContribs()
|
| H A D | NativePublicSymbol.cpp | 47 return Session.getVAFromSectOffset(Sym.Segment, Sym.Offset); in getVirtualAddress()
|
| H A D | NativeLineNumber.cpp | 42 return Session.getVAFromSectOffset(Section, Offset); in getVirtualAddress()
|
| H A D | NativeFunctionSymbol.cpp | 56 return Session.getVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getVirtualAddress()
|
| H A D | SymbolCache.cpp | 487 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable() 495 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 112 uint64_t getVAFromSectOffset(uint32_t Section, uint32_t Offset) const;
|