Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference()
284 llvm::function_ref<bool(PrimType)> Direct, in dereferenceParam()
326 llvm::function_ref<bool(PrimType)> Direct, in dereferenceVar()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h81 enum DirectConstruction { Direct }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp436 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h82 Direct = 0x00000000, // Not a pointer enumerator
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic30.h195 #define Direct 0x0010 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h257 Direct, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic30.h195 #define Direct 0x0010 macro
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp50 Direct("direct", llvm::cl::Optional, variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp383 int Direct; in run() member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp45 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator