OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatedType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp
1293
Type *
AllocatedType
= AI->getAllocatedType();
1297
AllocatedType
= ArrayType::get(
AllocatedType
, ArraySize);
1300
AllocatedType
, ArrayType::get(Int8Ty, AlignedSize - Size));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
62
Type *
AllocatedType
;
112
Type *getAllocatedType() const { return
AllocatedType
; }
115
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
Completed in 23 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026