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