OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocalToUnit
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
DIBuilder.h
319
/// @param
isLocalToUnit
Boolean flag indicate whether this variable is
324
DIType Ty, bool
isLocalToUnit
, llvm::Value *Val);
335
/// @param
isLocalToUnit
Boolean flag indicate whether this variable is
341
DIType Ty, bool
isLocalToUnit
, llvm::Value *Val);
391
/// @param
isLocalToUnit
True if this function is not externally visible..
401
DIType Ty, bool
isLocalToUnit
,
417
/// @param
isLocalToUnit
True if this function is not externally visible..
431
DIType Ty, bool
isLocalToUnit
,
DebugInfo.h
471
///
isLocalToUnit
- Return true if this subprogram is local to the current
473
unsigned
isLocalToUnit
() const { return getUnsignedField(9); }
569
unsigned
isLocalToUnit
() const { return getUnsignedField(9); }
/external/llvm/lib/Analysis/
DIBuilder.cpp
567
DIType Ty, bool
isLocalToUnit
, llvm::Value *Val) {
578
ConstantInt::get(Type::getInt32Ty(VMContext),
isLocalToUnit
),
594
DIType Ty, bool
isLocalToUnit
, llvm::Value *Val) {
605
ConstantInt::get(Type::getInt32Ty(VMContext),
isLocalToUnit
),
677
bool
isLocalToUnit
, bool isDefinition,
692
ConstantInt::get(Type::getInt1Ty(VMContext),
isLocalToUnit
),
717
bool
isLocalToUnit
,
735
ConstantInt::get(Type::getInt1Ty(VMContext),
isLocalToUnit
),
[
all
...]
DebugInfo.cpp
637
if (
isLocalToUnit
())
660
if (
isLocalToUnit
())
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
396
if (!SP.
isLocalToUnit
())
[
all
...]
Completed in 75 milliseconds