Home
last modified time | relevance | path

Searched refs:ContextRef (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp34 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
39 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext()
57 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument
61 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2()
77 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
80 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext()
104 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument
107 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DBitReader.h48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
71 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
H A DIRReader.h38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/llvm-project-15.0.7/lldb/unittests/Process/minidump/
H A DRegisterContextMinidumpTest.cpp52 llvm::ArrayRef<uint8_t> ContextRef(reinterpret_cast<uint8_t *>(&Context), in TEST() local
58 ConvertMinidumpContext_x86_32(ContextRef, RegInterface.get()); in TEST()
113 llvm::ArrayRef<uint8_t> ContextRef(reinterpret_cast<uint8_t *>(&Context), in TEST() local
119 ConvertMinidumpContext_x86_64(ContextRef, RegInterface.get()); in TEST()
/llvm-project-15.0.7/llvm/lib/IRReader/
H A DIRReader.cpp110 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
117 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11547 ASTContext &ContextRef; member in __anon296aa5743f11::OpenMPAtomicCompareChecker
11650 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondUpdateStmt()
11665 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondUpdateStmt()
11666 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondUpdateStmt()
11724 if (!checkIfTwoExprsAreSame(ContextRef, X, CO->getFalseExpr())) { in checkCondExprStmt()
11745 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondExprStmt()
11760 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondExprStmt()
11761 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondExprStmt()
11952 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkForm3()
12004 if (!checkIfTwoExprsAreSame(ContextRef, X, ElseBO->getRHS())) { in checkForm3()
[all …]