Searched defs:Direct (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 86 enum DirectConstruction { Direct }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 424 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 83 Direct = 0x00000000, // Not a pointer enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 265 Direct, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 163 Direct, // omp_priv(<expr>) enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 375 int Direct; in run() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 52 Direct, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 41 Direct, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 5166 bool Direct, ArrayRef<FunctionEffect> CalleeFX) const { in shouldDiagnoseFunctionCall()
|