OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValID
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.h
42
///
ValID
- Represents a reference of a definition of some sort with no type.
46
struct
ValID
{
71
ValID
() : Kind(t_LocalID), APFloatVal(0.0) {}
72
~
ValID
() {
77
bool operator<(const
ValID
&RHS) const {
82
"Ordering not defined for this
ValID
kind yet");
129
// References to blockaddress. The key is the function
ValID
, the value is
131
std::map<
ValID
, std::vector<std::pair<
ValID
, GlobalValue*> > >
326
bool ConvertValIDToValue(Type *Ty,
ValID
&ID, Value *&V
[
all
...]
LLParser.cpp
137
const
ValID
&Fn = ForwardRefBlockAddresses.begin()->first;
138
if (Fn.Kind ==
ValID
::t_GlobalName)
197
std::vector<std::pair<
ValID
, GlobalValue*> > &Refs,
203
if (Refs[i].first.Kind ==
ValID
::t_LocalName)
207
} else if (Refs[i].first.Kind ==
ValID
::t_LocalID) {
735
ValID
ID;
738
if (ID.Kind !=
ValID
::t_Constant)
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 115 milliseconds