HomeSort by relevance Sort by last modified time
    Searched refs:EmitReference (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 372 /// EmitReference - Emit a reference to a label with a specified encoding.
374 void EmitReference(const MCSymbol *Sym, unsigned Encoding) const;
375 void EmitReference(const GlobalValue *GV, unsigned Encoding) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 154 void AsmPrinter::EmitReference(const MCSymbol *Sym, unsigned Encoding) const {
162 void AsmPrinter::EmitReference(const GlobalValue *GV, unsigned Encoding)const{
DwarfException.cpp 692 Asm->EmitReference(GV, TTypeEncoding);

Completed in 2222 milliseconds