OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndAddr
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp
99
uint64_t
EndAddr
= getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
107
return OffsetToAlignment(
EndAddr
, NextSD.getAlignment());
/external/llvm/lib/MC/
MachObjectWriter.cpp
108
uint64_t
EndAddr
= getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
116
return OffsetToAlignment(
EndAddr
, NextSec.getAlignment());
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MachObjectWriter.cpp
121
uint64_t
EndAddr
= getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
129
return OffsetToAlignment(
EndAddr
, NextSec.getAlignment());
[
all
...]
Completed in 300 milliseconds