Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h86 enum DirectConstruction { Direct }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp427 BasicBlock::iterator Direct = DirectSucc->begin(); SplitIndirectBrCriticalEdges() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h83 Direct = 0x00000000, // Not a pointer enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h265 Direct, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h163 Direct, // omp_priv(<expr>) enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp367 int Direct; run() member
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator