OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLabelTy
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
382
static Type *
getLabelTy
(LLVMContext &C);
/external/llvm/lib/IR/
BasicBlock.cpp
44
: Value(Type::
getLabelTy
(C), Value::BasicBlockVal), Parent(0) {
Type.cpp
35
case LabelTyID : return
getLabelTy
(C);
228
Type *Type::
getLabelTy
(LLVMContext &C) { return &C.pImpl->LabelTy; }
Core.cpp
423
return wrap(Type::
getLabelTy
(*unwrap(C)));
[
all
...]
/external/llvm/tools/bugpoint/
CrashDebugger.cpp
344
if (V && V->getType() == Type::
getLabelTy
(V->getContext()))
/external/llvm/lib/AsmParser/
LLLexer.cpp
633
TYPEKEYWORD("label", Type::
getLabelTy
(Context));
LLParser.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
602
ResultTy = Type::
getLabelTy
(Context);
829
ResultTy = Type::
getLabelTy
(Context);
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
883
ResultTy = Type::
getLabelTy
(Context);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
780
ResultTy = Type::
getLabelTy
(Context);
[
all
...]
Completed in 235 milliseconds