OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseGlobal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.h
234
bool
ParseGlobal
(const std::string &Name, LocTy Loc, unsigned Linkage,
LLParser.cpp
261
ParseGlobal
("", SMLoc(), Linkage, true, Visibility))
270
ParseGlobal
("", SMLoc(), 0, false, Visibility))
279
if (
ParseGlobal
("", SMLoc(), 0, false, 0)) return true;
471
return
ParseGlobal
(Name, NameLoc, Linkage, HasLinkage, Visibility);
492
return
ParseGlobal
(Name, NameLoc, Linkage, HasLinkage, Visibility);
693
///
ParseGlobal
703
bool LLParser::
ParseGlobal
(const std::string &Name, LocTy NameLoc,
[
all
...]
Completed in 100 milliseconds