Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h160 static const int SizeOffset = KindOffset + sizeof(uint16_t); variable
192 static const int SizeOffset = variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp64 SizeOffsetValue SizeOffset = ObjSizeEval.compute(Ptr); getBoundsCheckCond() local
H A DAddressSanitizer.cpp3766 SizeOffsetAPInt SizeOffset = ObjSizeVis.compute(Addr); isSafeAccess() local
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp49 uint64_t SizeOffset; member