Home
last modified time | relevance | path

Searched defs:LocationSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() function
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() function
106 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() function
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() function
106 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() function
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() function
106 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() function
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() function
106 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h77 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() function
87 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h85 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize() function
99 constexpr LocationSize(uint64_t Raw) in LocationSize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DStackMapParser.h298 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DStackMapParser.h298 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DStackMapParser.h299 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DStackMapParser.h298 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DStackMapParser.h298 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h296 static const unsigned LocationSize = sizeof(uint64_t) + sizeof(uint32_t); variable
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DStackMapParser.h289 static const unsigned LocationSize = sizeof(uint64_t); variable