HomeSort by relevance Sort by last modified time
    Searched refs:PrevEntry (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 214 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
218 NextEntry->prev_entry = PrevEntry;
220 if (PrevEntry) {
221 PrevEntry->next_entry = NextEntry;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 175 jit_code_entry *PrevEntry = JITCodeEntry->prev_entry;
178 NextEntry->prev_entry = PrevEntry;
180 if (PrevEntry) {
181 PrevEntry->next_entry = NextEntry;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 205 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
209 NextEntry->prev_entry = PrevEntry;
211 if (PrevEntry) {
212 PrevEntry->next_entry = NextEntry;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 1025 Inserts a new node entry donated by NewEntry after the node entry donated by PrevEntry
1028 @param[in, out] PrevEntry The previous entry to insert after.
1035 IN OUT LIST_ENTRY *PrevEntry,
1039 NewEntry->BackLink = PrevEntry;
1040 NewEntry->ForwardLink = PrevEntry->ForwardLink;
1041 PrevEntry->ForwardLink->BackLink = NewEntry;
1042 PrevEntry->ForwardLink = NewEntry;
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 243 if (const LineEntry *PrevEntry =
245 IncludeOffset = PrevEntry->IncludeOffset;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 672 Inserts a new node entry designated by NewEntry after the node entry designated by PrevEntry
675 @param[in, out] PrevEntry The entry after which to insert.
682 IN OUT LIST_ENTRY *PrevEntry,
    [all...]

Completed in 499 milliseconds