Searched refs:getTag (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h32 uint32_t getTag() const { return Tag; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFAbbreviationDeclaration.cpp51 const char *tagString = TagString(getTag());
56 OS << format("DW_TAG_Unknown_%x", getTag());
H A DDWARFDebugInfoEntry.h55 uint32_t getTag() const { return AbbrevDecl ? AbbrevDecl->getTag() : 0; } function in class:llvm::DWARFDebugInfoEntryMinimal
H A DDWARFDebugInfoEntry.cpp34 const char *tagString = TagString(getTag());
38 OS.indent(indent) << format("DW_TAG_Unknown_%x", getTag());
238 uint16_t tag = AbbrevDecl->getTag();
368 return getTag() == DW_TAG_subprogram;
372 uint32_t Tag = getTag();
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp137 switch (getTag()) {
149 switch (getTag()) {
171 switch (getTag()) {
188 switch (getTag()) {
206 return DbgNode && getTag() == dwarf::DW_TAG_subprogram;
212 return DbgNode && (getTag() == dwarf::DW_TAG_variable ||
213 getTag() == dwarf::DW_TAG_constant);
224 return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters;
231 switch (getTag()) {
246 return DbgNode && getTag()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveIntervalUnion.h81 /// getTag - Return an opaque tag representing the current state of the union.
82 unsigned getTag() const { return Tag; } function in class:llvm::LiveIntervalUnion
84 /// changedSince - Return true if the union change since getTag returned tag.
146 Tag = LIU->getTag();
H A DInterferenceCache.h80 RegUnitInfo(LiveIntervalUnion &LIU) : VirtTag(LIU.getTag()), Fixed(0) {
H A DInterferenceCache.cpp72 RegUnits[i].VirtTag = LIUArray[*Units].getTag();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDIE.h75 uint16_t getTag() const { return Tag; } function in class:llvm::DIEAbbrev
149 unsigned getTag() const { return Abbrev.getTag(); } function in class:llvm::DIE
H A DDwarfCompileUnit.cpp394 unsigned Tag = Ty.getTag();
683 unsigned SPTag = SPTy.getTag();
704 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
723 unsigned Tag = DTy.getTag();
753 unsigned Tag = CTy.getTag();
849 if (DDTy.getTag() == dwarf::DW_TAG_friend) {
856 ElemDie = new DIE(Property.getTag());
1078 unsigned SPTag = SPTy.getTag();
1103 unsigned SPTag = SPTy.getTag();
1169 DIE *VariableDIE = new DIE(GV.getTag());
[all...]
H A DDwarfAccelTable.h205 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n";
230 O << " Tag: " << dwarf::TagString(Data[i]->Die->getTag()) << "\n";
H A DDIE.cpp119 bool isBlock = Abbrev.getTag() == 0;
129 << dwarf::TagString(Abbrev.getTag())
H A DDwarfDebug.h152 unsigned getTag() const { function in class:llvm::DbgVariable
153 if (Var.getTag() == dwarf::DW_TAG_arg_variable)
H A DDwarfAccelTable.cpp204 Asm->EmitInt16((*DI)->Die->getTag());
H A DDwarfDebug.cpp124 unsigned tag = Ty.getTag();
332 unsigned SPTag = SPTy.getTag();
940 if (DV.getTag() != dwarf::DW_TAG_arg_variable)
1047 if (DV.getTag() == dwarf::DW_TAG_arg_variable &&
1315 if (DV.Verify() && DV.getTag() == dwarf::DW_TAG_arg_variable &&
1661 dwarf::TagString(Abbrev->getTag()));
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp87 _tag = parent->getTag();
H A DIOMultiMemoryDescriptor.cpp124 if ( _tag == 0 ) _tag = descriptors[index]->getTag();
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc278 getTag(parser_state_t *state,
613 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
667 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
694 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
707 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
731 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
H A DIOCFUnserialize.tab.c1897 getTag(parser_state_t *state,
2232 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2286 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
2313 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
2326 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
2350 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
1894 getTag(parser_state_t *state, function
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.y360 getTag(parser_state_t *state,
751 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
818 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
845 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
858 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
882 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
H A DOSUnserializeXML.cpp1972 getTag(parser_state_t *state,
2363 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2430 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
2457 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
2470 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
2494 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DOpenTypeUtilities.cpp222 fprintf(stderr, "@%p: tag (%s) font (0x%p), [0x%p+0x%lx]\n", what, letagToStr(what->getTag(), tagbuf), what->getFont(),
H A DLETableReference.h126 LETag getTag() const { return fTag; } function in class:LETableReference
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.h311 UInt8 getTag() const ;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h283 int64_t getTag() const { return d_tag; } function in struct:llvm::object::Elf_Dyn_Impl
310 int64_t getTag() const;
2154 if (it->getTag() == ELF::DT_SONAME)
2179 if (i->getTag() == ELF::DT_NEEDED)
2208 if (i->getTag() == ELF::DT_NEEDED)
2225 if (i->getTag() != ELF::DT_NEEDED)
2552 ::getTag() const { function in class:llvm::object::DynRefImpl

Completed in 311 milliseconds

12