Searched refs:DIGlobalVariable (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp71 for (DIGlobalVariable GV : Finder.global_variables()) {
/external/llvm/include/llvm/IR/
H A DDIBuilder.h42 class DIGlobalVariable;
485 DIGlobalVariable
498 DIGlobalVariable
515 DIGlobalVariable
H A DDebugInfo.h619 /// DIGlobalVariable - This is a wrapper for a global variable.
620 class DIGlobalVariable : public DIDescriptor { class in namespace:llvm
625 explicit DIGlobalVariable(const MDNode *N = nullptr) : DIDescriptor(N) {} function in class:llvm::DIGlobalVariable
883 bool addGlobalVariable(DIGlobalVariable DIG);
896 typedef SmallVectorImpl<DIGlobalVariable>::const_iterator global_variable_iterator;
929 SmallVector<DIGlobalVariable, 8> GVs; // Global Variables;
/external/llvm/lib/IR/
H A DDebugInfo.cpp43 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
238 /// DIGlobalVariable.
545 bool DIGlobalVariable::Verify() const {
1014 DIGlobalVariable DIG(GVs.getElement(i));
1182 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) {
1253 DIGlobalVariable(DbgNode).printInternal(OS);
1385 void DIGlobalVariable::printInternal(raw_ostream &OS) const {
H A DDIBuilder.cpp972 DIGlobalVariable DIBuilder::createGlobalVariable(StringRef Name,
994 return DIGlobalVariable(Node);
998 DIGlobalVariable DIBuilder::createGlobalVariable(StringRef Name, DIFile F,
1009 DIGlobalVariable DIBuilder::createStaticVariable(DIDescriptor Context,
1033 return DIGlobalVariable(Node);
H A DVerifier.cpp2552 for (DIGlobalVariable GV : Finder.global_variables()) {
2553 Assert1(GV.Verify(), "DIGlobalVariable does not Verify!", GV);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h336 void addSourceLine(DIE &Die, DIGlobalVariable G);
542 void createGlobalVariableDIE(DIGlobalVariable GV);
H A DDwarfUnit.cpp440 void DwarfUnit::addSourceLine(DIE &Die, DIGlobalVariable G) {
1556 void DwarfCompileUnit::createGlobalVariableDIE(DIGlobalVariable GV) {
H A DDwarfDebug.cpp759 CU.createGlobalVariableDIE(DIGlobalVariable(GVs.getElement(i)));
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp334 DIGlobalVariable DIG(GVs.getElement(i));
335 assert(DIG.Verify() && "DIG must verify as DIGlobalVariable.");
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h374 llvm::DIGlobalVariable
H A DCGDebugInfo.cpp3111 llvm::DIGlobalVariable
3116 llvm::DIGlobalVariable GV;
3173 llvm::DIGlobalVariable GV;
3204 // Do not use DIGlobalVariable for enums.
3216 llvm::DIGlobalVariable GV = DBuilder.createStaticVariable(

Completed in 180 milliseconds