Home
last modified time | relevance | path

Searched defs:next_entry (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp34 struct jit_code_entry *next_entry; member
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A DExecutionUtils.cpp31 struct jit_code_entry *next_entry; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp32 struct jit_code_entry *next_entry; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUniqueCStringMap.h115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp42 ptr_t next_entry; // pointer member
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp441 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local
H A DCompactUnwindInfo.cpp469 uint32_t next_entry = m_unwindinfo_data.GetU32(&offset); // entry in BinarySearchCompressedSecondPage() local
H A DSymtab.cpp978 FileRangeToIndexMap::Entry *next_entry = in InitAddressIndexes() local
/openbsd-src/usr.bin/infocmp/
H A Dinfocmp.c447 #define next_entry (&(entries[extra++].tterm)) macro