OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndAddr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
LLJITWithObjectLinkingLayerPlugin.cpp
105
JITTargetAddress
EndAddr
= B.getAddress() + B.getSize();
108
for (JITTargetAddress CurAddr = InitAddr; CurAddr !=
EndAddr
; ++CurAddr) {
118
if (
EndAddr
% LineWidth != 0)
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp
1048
uint64_t
EndAddr
= StartAddr + Size;
1050
((
EndAddr
- 1) >> Log2(BoundaryAlignment));
1061
uint64_t
EndAddr
= StartAddr + Size;
1062
return (
EndAddr
& (BoundaryAlignment.value() - 1)) == 0;
MachObjectWriter.cpp
122
uint64_t
EndAddr
= getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
130
return offsetToAlignment(
EndAddr
, Align(NextSec.getAlignment()));
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp
1286
uint64_t
EndAddr
= Address.Address + Size;
1302
while (SeqPos != LastSeq && SeqPos->LowPC <
EndAddr
) {
1312
findRowInSeq(CurSeq, {
EndAddr
- 1, Address.SectionIndex});
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp
507
uint64_t
EndAddr
= StartAddr + Lines.header()->CodeSize;
510
Entries.push_back({
EndAddr
, LastLine, ColNum, Group.NameIndex, true});
Completed in 66 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026