OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelType
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp
63
LLVM_YAML_DECLARE_ENUM_TRAITS(
LabelType
)
327
void ScalarEnumerationTraits<
LabelType
>::enumeration(IO &IO,
LabelType
&Value) {
328
IO.enumCase(Value, "Near",
LabelType
::Near);
329
IO.enumCase(Value, "Far",
LabelType
::Far);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp
429
CV_ENUM_CLASS_ENT(
LabelType
, Near),
430
CV_ENUM_CLASS_ENT(
LabelType
, Far),
TypeDumpVisitor.cpp
144
ENUM_ENTRY(
LabelType
, Near), ENUM_ENTRY(
LabelType
, Far),
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
292
enum class
LabelType
: uint16_t {
TypeRecord.h
210
LabelRecord(
LabelType
Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {}
212
LabelType
Mode;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp
501
std::string Type = (R.Mode ==
LabelType
::Far) ? "far" : "near";
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
695
func (c Context)
LabelType
() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return }
699
func
LabelType
() (t Type) { t.C = C.LLVMLabelType(); return }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
1061
ObjCLabelType
LabelType
,
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026