OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValID
(Results
1 - 3
of
3
) 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
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 67 milliseconds