Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
H A DProgram.h
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp192 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, getGlobal() function in llvm::WebAssemblyAsmTypeCheck
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp276 template <typename... Args> auto getGlobal(Args &&... Arguments) { in getGlobal() function in clang::tidy::test::__anon2c1dbb5e0411::TestCheck
/llvm-project/clang/unittests/Interpreter/
H A DInterpreterTest.cpp32 REPL_EXTERNAL_VISIBILITY int getGlobal() { return Global; } in getGlobal() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h582 const GlobalValue *getGlobal() const { in getGlobal() function
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1145 } else if (auto getGlobal = dyn_cast_if_present<emitc::GetGlobalOp>( getOrCreateName() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp299 GlobalObject *getGlobal() const { getGlobal() function in __anonfb408bb60111::GlobalTypeMember
[all...]
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1999 Init *getGlobal(StringRef Name) const { getGlobal() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1793 GlobalOp AddressOfOp::getGlobal(SymbolTableCollection &symbolTable) { getGlobal() function in AddressOfOp