HomeSort by relevance Sort by last modified time
    Searched defs:Direct (Results 26 - 50 of 80) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 200 Direct,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CGSCCPassManager.h 664 /// a direct call by that pass.
668 /// an indirect call to a direct call, even if doing so does not alter the
669 /// shape of the graph. Note that this only pertains to direct calls to
697 // Struct to track the counts of direct and indirect calls in each function
700 int Direct;
705 // direct calls for each function in the SCC.
717 ++Count.Direct;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 200 Direct,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CGSCCPassManager.h 664 /// a direct call by that pass.
668 /// an indirect call to a direct call, even if doing so does not alter the
669 /// shape of the graph. Note that this only pertains to direct calls to
697 // Struct to track the counts of direct and indirect calls in each function
700 int Direct;
705 // direct calls for each function in the SCC.
717 ++Count.Direct;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 200 Direct,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CGSCCPassManager.h 664 /// a direct call by that pass.
668 /// an indirect call to a direct call, even if doing so does not alter the
669 /// shape of the graph. Note that this only pertains to direct calls to
697 // Struct to track the counts of direct and indirect calls in each function
700 int Direct;
705 // direct calls for each function in the SCC.
717 ++Count.Direct;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 200 Direct,
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 76 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 194 Direct,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 76 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 194 Direct,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 76 Direct = 0x00000000, // Not a pointer
  /prebuilts/go/darwin-x86/src/encoding/gob/
codec_test.go 1015 type Direct struct {
1022 // Marshal indirect, unmarshal to direct.
1040 var d Direct
1046 t.Errorf("indirect to direct: d.A is %v not %v", d.A, ***i.A)
1049 t.Errorf("indirect to direct: d.S is %v not %v", d.S, ***i.S)
1052 t.Errorf("indirect to direct: d.M is %v not %v", d.M, ***i.M)
1054 // Marshal direct, unmarshal to indirect.
1067 t.Errorf("direct to indirect: ***i.A is %v not %v", ***i.A, d.A)
1070 t.Errorf("direct to indirect: ***i.S is %v not %v", ***i.S, ***i.S)
1073 t.Errorf("direct to indirect: ****i.M is %v not %v", ****i.M, d.M
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
codec_test.go 1015 type Direct struct {
1022 // Marshal indirect, unmarshal to direct.
1040 var d Direct
1046 t.Errorf("indirect to direct: d.A is %v not %v", d.A, ***i.A)
1049 t.Errorf("indirect to direct: d.S is %v not %v", d.S, ***i.S)
1052 t.Errorf("indirect to direct: d.M is %v not %v", d.M, ***i.M)
1054 // Marshal direct, unmarshal to indirect.
1067 t.Errorf("direct to indirect: ***i.A is %v not %v", ***i.A, d.A)
1070 t.Errorf("direct to indirect: ***i.S is %v not %v", ***i.S, ***i.S)
1073 t.Errorf("direct to indirect: ****i.M is %v not %v", ****i.M, d.M
    [all...]
  /external/llvm/include/llvm/Object/
StackMapParser.h 100 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
133 /// Get the offset for this location. (Kind must be Direct or Indirect).
135 assert((getKind() == LocationKind::Direct ||
137 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 105 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
138 /// Get the offset for this location. (Kind must be Direct or Indirect).
140 assert((getKind() == LocationKind::Direct ||
142 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 81 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 81 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
136 /// Get the offset for this location. (Kind must be Direct or Indirect).
138 assert((getKind() == LocationKind::Direct ||
140 "Not direct or indirect.");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 83 Direct = 0x00000000, // Not a pointer

Completed in 661 milliseconds

12 3 4