OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVAFromSectOffset
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeLineNumber.cpp
42
return Session.
getVAFromSectOffset
(Section, Offset);
NativePublicSymbol.cpp
47
return Session.
getVAFromSectOffset
(Sym.Segment, Sym.Offset);
NativeFunctionSymbol.cpp
56
return Session.
getVAFromSectOffset
(Sym.Segment, Sym.CodeOffset);
NativeSession.cpp
285
uint64_t VA =
getVAFromSectOffset
(Section, Offset);
389
uint64_t NativeSession::
getVAFromSectOffset
(uint32_t Section,
406
auto Iter = AddrToModuleIndex.find(
getVAFromSectOffset
(Sect, Offset));
429
uint64_t VA = Session.
getVAFromSectOffset
(C.ISect, C.Off);
SymbolCache.cpp
487
Session.
getVAFromSectOffset
(RelocSegment, RelocOffset);
495
Session.
getVAFromSectOffset
(RelocSegment, RelocOffset + LN.Offset);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h
112
uint64_t
getVAFromSectOffset
(uint32_t Section, uint32_t Offset) const;
Completed in 89 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026