Home
last modified time | relevance | path

Searched defs:CodePtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h32 CodePtr() : Ptr(nullptr) {} in CodePtr() function
66 CodePtr(const std::byte *Ptr) : Ptr(Ptr) {} in CodePtr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp639 const LLT CodePtr = FlatPtr; in AMDGPULegalizerInfo() local