OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Near
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp
101
// FIXME: Initialize the
Near
member for each memory group to avoid
105
Purpose, RequiredSize, &MemGroup.
Near
,
113
MemGroup.
Near
= MB;
117
if (CodeMem.
Near
.base() == 0)
118
CodeMem.
Near
= MB;
119
if (RODataMem.
Near
.base() == 0)
120
RODataMem.
Near
= MB;
121
if (RWDataMem.
Near
.base() == 0)
122
RWDataMem.
Near
= MB;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
55
/// case an attempt is made to allocate more memory
near
the existing block.
56
/// The actual allocated address is not guaranteed to be
near
the requested
174
sys::MemoryBlock
Near
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
174
NearC = 0x00, //
near
right to left push, caller pops stack
176
NearPascal = 0x02, //
near
left to right push, callee pops stack
178
NearFast = 0x04, //
near
left to right push with regs, callee pops stack
180
NearStdCall = 0x07, //
near
standard call
182
NearSysCall = 0x09, //
near
sys call
198
NearVector = 0x18 //
near
left to right push with regs, callee pops stack
293
Near
= 0x0,
389
Near
= 0x05,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp
1062
MachineBasicBlock *
Near
=
1064
if (
Near
== ValMBB)
1067
else if (
Near
!= Dom.first)
1069
Dom = DomPair(
Near
, SlotIndex());
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
429
CV_ENUM_CLASS_ENT(LabelType,
Near
),
TypeDumpVisitor.cpp
144
ENUM_ENTRY(LabelType,
Near
), ENUM_ENTRY(LabelType, Far),
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp
232
IO.enumCase(Kind, "
Near
", VFTableSlotKind::
Near
);
328
IO.enumCase(Value, "
Near
", LabelType::
Near
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
1988
SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::
Near
);
Completed in 66 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026