Searched refs:addOpAddress (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 201 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
|
D | DwarfCompileUnit.cpp | 187 addOpAddress(*Loc, Sym); in getOrCreateGlobalVariableDIE() 208 addOpAddress(*Loc, Sym); in getOrCreateGlobalVariableDIE()
|
D | DwarfUnit.cpp | 248 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() function in DwarfUnit 1036 addOpAddress(*Loc, Asm->getSymbol(GV)); in constructTemplateValueParameterDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 190 void addOpAddress(DIELoc &Die, const MCSymbol *Sym);
|
D | DwarfCompileUnit.cpp | 230 addOpAddress(*Loc, Sym); in getOrCreateGlobalVariableDIE() 580 addOpAddress(*Loc, FrameSymbol); in constructVariableDIEImpl()
|
D | DwarfUnit.cpp | 309 void DwarfUnit::addOpAddress(DIELoc &Die, const MCSymbol *Sym) { in addOpAddress() function in DwarfUnit 1128 addOpAddress(*Loc, Asm->getSymbol(GV)); in constructTemplateValueParameterDIE()
|