Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:CU

42   void dump(raw_ostream &OS, const DWARFCompileUnit *cu,
44 void dumpAttribute(raw_ostream &OS, const DWARFCompileUnit *cu,
48 bool extractFast(const DWARFCompileUnit *cu, const uint8_t *fixed_form_sizes,
53 bool extract(const DWARFCompileUnit *cu, uint32_t *offset_ptr);
118 uint32_t getAttributeValue(const DWARFCompileUnit *cu,
122 const char* getAttributeValueAsString(const DWARFCompileUnit* cu,
126 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu,
130 uint64_t getAttributeValueAsReference(const DWARFCompileUnit *cu,
134 int64_t getAttributeValueAsSigned(const DWARFCompileUnit* cu,
138 /// Retrieves DW_AT_low_pc and DW_AT_high_pc from CU.
140 bool getLowAndHighPC(const DWARFCompileUnit *CU,
143 void buildAddressRangeTable(const DWARFCompileUnit *CU,
146 bool addressRangeContainsAddress(const DWARFCompileUnit *CU,
153 const char* getSubroutineName(const DWARFCompileUnit *CU) const;
157 void getCallerFrame(const DWARFCompileUnit *CU, uint32_t &CallFile,
170 InlinedChain getInlinedChainForAddress(const DWARFCompileUnit *CU,