Home
last modified time | relevance | path

Searched refs:DIEBaseTypeRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp514 void DIEBaseTypeRef::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue()
520 unsigned DIEBaseTypeRef::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()
525 void DIEBaseTypeRef::print(raw_ostream &O) const { O << "BaseTypeRef: " << Index; } in print()
HDDwarfCompileUnit.cpp1326 new (DIEValueAllocator) DIEBaseTypeRef(this, Idx)); in addBaseTypeRef()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDIE.h235 class DIEBaseTypeRef {
241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() function
372 DIELoc *, DIELocList, DIEBaseTypeRef *>;