Home
last modified time | relevance | path

Searched defs:underlyingLocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DLocation.h211 static Location get(T underlyingLocation, MLIRContext *context) { in get()
219 static Location get(T underlyingLocation, Location fallbackLocation) { in get()
/external/llvm-project/mlir/lib/IR/
DLocation.cpp129 Location OpaqueLoc::get(uintptr_t underlyingLocation, TypeID typeID, in get()
DLocationDetail.h149 uintptr_t underlyingLocation; member