OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjectPointer
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
187
bool
isObjectPointer
() const {
188
if (Var.
isObjectPointer
())
190
if (getType().
isObjectPointer
())
DwarfDebug.cpp
403
if (ATy.
isObjectPointer
())
587
if (ArgDV->
isObjectPointer
()) ObjectPointer = Arg;
596
if (Variables[i]->
isObjectPointer
()) ObjectPointer = Variable;
[
all
...]
/external/llvm/include/llvm/
DebugInfo.h
242
bool
isObjectPointer
() const {
584
bool
isObjectPointer
() const {
/external/llvm/lib/IR/
DIBuilder.cpp
[
all
...]
Completed in 27 milliseconds