HomeSort by: relevance | last modified time | path
    Searched defs:Near (Results 1 - 2 of 2) sorted by relevancy

  /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,

Completed in 26 milliseconds