HomeSort by: relevance | last modified time | path
    Searched refs:LF_UNION (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordHelpers.cpp 38 case LF_UNION:
TypeIndexDiscovery.cpp 332 case TypeLeafKind::LF_UNION:
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiHashing.cpp 94 case LF_UNION:
111 case LF_UNION:
NativeExeSymbol.cpp 51 {codeview::LF_STRUCTURE, codeview::LF_CLASS, codeview::LF_UNION,
SymbolCache.cpp 208 case codeview::LF_UNION:
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp 152 case LF_UNION:
  /src/external/gpl3/binutils/dist/ld/
pdb.h 50 #define LF_UNION 0x1506
414 struct lf_union struct
pdb.c 3279 case LF_UNION:
3281 struct lf_union *un = (struct lf_union *) data;
3285 if (size < offsetof (struct lf_union, name))
3288 " LF_UNION\n"));
3295 name_off = offsetof (struct lf_union, name);
3307 " LF_UNION\n"), num_bytes);
3316 " LF_UNION\n"));
3325 einfo (_("%P: warning: name for LF_UNION has no"
3344 einfo (_("%P: warning: unique name for LF_UNION has
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 50 #define LF_UNION 0x1506
414 struct lf_union struct
pdb.c 3280 case LF_UNION:
3282 struct lf_union *un = (struct lf_union *) data;
3286 if (size < offsetof (struct lf_union, name))
3289 " LF_UNION\n"));
3296 name_off = offsetof (struct lf_union, name);
3308 " LF_UNION\n"), num_bytes);
3317 " LF_UNION\n"));
3326 einfo (_("%P: warning: name for LF_UNION has no"
3345 einfo (_("%P: warning: unique name for LF_UNION has
    [all...]

Completed in 215 milliseconds