OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelTyID
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
65
LabelTyID
, ///< Labels
193
bool isLabelTy() const { return getTypeID() ==
LabelTyID
; }
DataLayout.h
658
case Type::
LabelTyID
:
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.cpp
27
LabelTy(C, Type::
LabelTyID
),
DataLayout.cpp
743
case Type::
LabelTyID
:
Type.cpp
49
case
LabelTyID
: return getLabelTy(C);
AsmWriter.cpp
610
case Type::
LabelTyID
: OS << "label"; return;
Core.cpp
511
case Type::
LabelTyID
:
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
331
case Type::
LabelTyID
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp
442
case Type::
LabelTyID
:
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
927
case Type::
LabelTyID
: Code = bitc::TYPE_CODE_LABEL; break;
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026