OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGlobalVariable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
DebugInfo.cpp
192
///
isGlobalVariable
- Return true if the specified tag is legal for
194
bool DIDescriptor::
isGlobalVariable
() const {
201
return
isGlobalVariable
();
666
if (
isGlobalVariable
())
931
if (!DIDescriptor(DIG).
isGlobalVariable
())
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
[
all
...]
Completed in 357 milliseconds