Home
last modified time | relevance | path

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

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