HomeSort by: relevance | last modified time | path
    Searched defs:typeIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
TFUtils.h 59 int typeIndex() const { return TypeIndex; }
64 TypeIndex == Other.TypeIndex && Shape == Other.Shape;
75 return getDataType<T>() == TypeIndex;
79 TensorSpec(const std::string &Name, int Port, int TypeIndex,
88 int TypeIndex = 0;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 377 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI,
390 std::string MinimalSymbolDumper::idIndex(codeview::TypeIndex TI) const {
394 std::string MinimalSymbolDumper::typeIndex(TypeIndex TI) const {
462 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset);
475 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type),
497 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName,
504 typeIndex(FS.Index), FS.ModFilenameOffset,
561 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type),
569 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type)
    [all...]

Completed in 17 milliseconds