OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseMDNodeID
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.h
240
bool
ParseMDNodeID
(MDNode *&Result);
241
bool
ParseMDNodeID
(MDNode *&Result, unsigned &SlotNo);
LLParser.cpp
508
/// This version of
ParseMDNodeID
returns the slot number and null in the case
510
bool LLParser::
ParseMDNodeID
(MDNode *&Result, unsigned &SlotNo) {
522
bool LLParser::
ParseMDNodeID
(MDNode *&Result) {
525
if (
ParseMDNodeID
(Result, MID)) return true;
560
if (
ParseMDNodeID
(N)) return true;
[
all
...]
Completed in 40 milliseconds