Home
last modified time | relevance | path

Searched defs:TablePtr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp43 auto extract_and_check = [](auto &TablePtr) { in Create()
/llvm-project/llvm/include/llvm/Object/
H A DELF.h865 Expected<const uint8_t *> TablePtr = toMappedAddr(*ElfGnuHash); getDynSymtabSize() local
875 Expected<const uint8_t *> TablePtr = toMappedAddr(*ElfHash); getDynSymtabSize() local
/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp982 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64(); sections64() local
989 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); sections32() local
H A DCOFFObjectFile.cpp1869 const uint8_t *TablePtr = reinterpret_cast<const uint8_t *>(&Table); getTableEntry() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp301 MachineInstrBuilder MachineIRBuilder::buildBrJT(Register TablePtr, in buildBrJT() argument