Home
last modified time | relevance | path

Searched refs:VecOffset (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp55 if (!E.NameOffset && !E.VecOffset) in dumpSymbolTable()
59 E.NameOffset, E.VecOffset); in dumpSymbolTable()
67 return V.first == E.VecOffset; in dumpSymbolTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h46 uint32_t VecOffset; /// Offset of the CU vector in the constant pool. member
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp993 const unsigned VecOffset = 1; in expandPostRAPseudo() local
1051 unsigned Offset = Is128B ? VecOffset << 7 : VecOffset << 6; in expandPostRAPseudo()
1076 unsigned Offset = Is128B ? VecOffset << 7 : VecOffset << 6; in expandPostRAPseudo()