Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h74 void addGlobalVariable(std::optional<Context> Ctx, llvm::StringRef Name,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h126 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp937 Writer.addGlobalVariable(Ctx, Global.Name, GVI, SwiftVersion); in convertTopLevelItems()
H A DAPINotesWriter.cpp1344 void APINotesWriter::addGlobalVariable(std::optional<Context> Ctx, in addGlobalVariable() function in clang::api_notes::APINotesWriter
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp209 if (!addGlobalVariable(DIG)) in processCompileUnit()
361 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable() function in DebugInfoFinder