OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValID
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.h
41
///
ValID
- Represents a reference of a definition of some sort with no type.
45
struct
ValID
{
70
ValID
() : Kind(t_LocalID), APFloatVal(0.0) {}
71
~
ValID
() {
76
bool operator<(const
ValID
&RHS) const {
81
"Ordering not defined for this
ValID
kind yet");
123
// References to blockaddress. The key is the function
ValID
, the value is
125
std::map<
ValID
, std::vector<std::pair<
ValID
, GlobalValue*> > >
304
bool ConvertValIDToValue(Type *Ty,
ValID
&ID, Value *&V
[
all
...]
LLParser.cpp
132
const
ValID
&Fn = ForwardRefBlockAddresses.begin()->first;
133
if (Fn.Kind ==
ValID
::t_GlobalName)
185
std::vector<std::pair<
ValID
, GlobalValue*> > &Refs,
191
if (Refs[i].first.Kind ==
ValID
::t_LocalName)
195
} else if (Refs[i].first.Kind ==
ValID
::t_LocalID) {
647
ValID
ID;
649
if (ID.Kind !=
ValID
::t_Constant)
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
[
all
...]
Completed in 79 milliseconds