Home
last modified time | relevance | path

Searched defs:Direct (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h76 Direct = 0x00000000, // Not a pointer enumerator
/external/llvm/include/llvm/CodeGen/
DStackMaps.h135 Direct, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp413 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h83 Direct = 0x00000000, // Not a pointer enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h200 Direct, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/external/llvm/include/llvm/Object/
DStackMapParser.h100 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h43 Direct, enumerator
/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc156 TEST(ProxyResolverV8Test, Direct) { in TEST() argument
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp45 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator