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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 350 class DIEAddrOffset {
355 explicit DIEAddrOffset(uint64_t Idx, const MCSymbol *Hi, const MCSymbol *Lo)
390 DIELocList, DIEBaseTypeRef *, DIEAddrOffset *>;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 860 // DIEAddrOffset Implementation
863 unsigned DIEAddrOffset::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
870 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
876 void DIEAddrOffset::print(raw_ostream &O) const {
DwarfCompileUnit.cpp 104 new (DIEValueAllocator) DIEAddrOffset(

Completed in 60 milliseconds