OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getObjectSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
515
bool llvm::
getObjectSize
(const Value *Ptr, uint64_t &Size, const DataLayout &DL,
552
if (
getObjectSize
(ObjectSize->getArgOperand(0), Size, DL, TLI, EvalOptions) &&
BasicAliasAnalysis.cpp
144
static uint64_t
getObjectSize
(const Value *V, const DataLayout &DL,
152
if (
getObjectSize
(V, Size, DL, &TLI, Opts))
165
// c1: llvm::
getObjectSize
()
176
// stretch of memory of q[0:19]. So,
getObjectSize
(q) should return 20.
181
// parameter, before the llvm::
getObjectSize
() is called to get the size of
194
uint64_t ObjectSize =
getObjectSize
(V, DL, TLI, NullIsValidLoc,
225
uint64_t ObjectSize =
getObjectSize
(V, DL, TLI, NullIsValidLoc);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
451
int64_t
getObjectSize
(int ObjectIdx) const {
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026