Home
last modified time | relevance | path

Searched defs:TableRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp399 struct TableRef { struct
403 TableRef() : size(0), table(nullptr) {} in TableRef() function
406 TableRef(const TableEntry (&tbl)[N]) : size(N), table(&tbl[0]) {} in TableRef() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1297 ArrayRef<IITDescriptor> TableRef = Table; in getType() local
1653 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in getIntrinsicSignature() local
H A DVerifier.cpp4551 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCall() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1170 ArrayRef<FormClassTable> TableRef(Table); in verifyNameIndexAttribute() local