OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalVariable
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/IR/
DebugInfo.cpp
227
///
isGlobalVariable
- Return true if the specified tag is legal for
229
bool DIDescriptor::
isGlobalVariable
() const {
507
if (!
isGlobalVariable
())
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
265
if (!G.
isGlobalVariable
())
[
all
...]
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
348
assert(DIGlobalVariable(NMD->getOperand(i)).
isGlobalVariable
() &&
/external/llvm/include/llvm/
DebugInfo.h
122
bool
isGlobalVariable
() const;
Completed in 86 milliseconds