HomeSort by: relevance | last modified time | path
    Searched refs:DIEBaseTypeRef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 235 class DIEBaseTypeRef {
241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx)
390 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 521 // DIEBaseTypeRef Implementation
524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
530 unsigned DIEBaseTypeRef::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
535 void DIEBaseTypeRef::print(raw_ostream &O) const { O << "BaseTypeRef: " << Index; }
DwarfCompileUnit.cpp 1540 new (DIEValueAllocator) DIEBaseTypeRef(this, Idx));

Completed in 52 milliseconds