Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DVerifierTest.cpp138 dbuilder.createGlobalVariable(CU, "_SOME_GLOBAL", "_SOME_GLOBAL", File, 1, Ty, in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h340 createGlobalVariable(StringRef Name, DIFile File, unsigned LineNo,
/external/llvm/include/llvm/IR/
DDIBuilder.h457 DIGlobalVariable *createGlobalVariable(DIScope *Context, StringRef Name,
/external/llvm/lib/IR/
DDIBuilder.cpp536 DIGlobalVariable *DIBuilder::createGlobalVariable( in createGlobalVariable() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp654 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, in createGlobalVariable() function in DIBuilder
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3536 GV = DBuilder.createGlobalVariable(DContext, FieldName, LinkageName, Unit, in CollectAnonRecordDecls()
3569 GV = DBuilder.createGlobalVariable( in EmitGlobalVariable()
3618 GV.reset(DBuilder.createGlobalVariable( in EmitGlobalVariable()