Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h86 enum DirectConstruction { Direct }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp424 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h83 Direct = 0x00000000, // Not a pointer enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h265 Direct, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h163 Direct, // omp_priv(<expr>) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp375 int Direct; in run() member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp52 Direct, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5166 bool Direct, ArrayRef<FunctionEffect> CalleeFX) const { in shouldDiagnoseFunctionCall()