Home
last modified time | relevance | path

Searched refs:addGlobalVariable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h93 void addGlobalVariable(std::optional<Context> Ctx, llvm::StringRef Name,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h129 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp213 if (!addGlobalVariable(DIG)) in processCompileUnit()
366 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable() function in DebugInfoFinder
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1031 Writer.addGlobalVariable(Ctx, Global.Name, GVI, SwiftVersion); in convertTopLevelItems()
H A DAPINotesWriter.cpp1419 void APINotesWriter::addGlobalVariable(std::optional<Context> Ctx, in addGlobalVariable() function in clang::api_notes::APINotesWriter