OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoSection
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
109
const DWARFSection &
InfoSection
;
176
return DataExtractor(
InfoSection
.Data, isLittleEndian, AddrSize);
182
const RelocAddrMap *getRelocMap() const { return &
InfoSection
.Relocs; }
DWARFContext.h
239
DWARFSection
InfoSection
;
278
const DWARFSection &getInfoSection() override { return
InfoSection
; }
/external/llvm/tools/llvm-dwp/
llvm-dwp.cpp
270
StringRef
InfoSection
;
297
InfoSection
= Contents;
321
assert(!
InfoSection
.empty());
322
CurEntry.Signature = getCUSignature(AbbrevSection,
InfoSection
);
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
261
ErrorOr<const Elf_Shdr *>
InfoSection
= Obj.getSection(Shdr->sh_info);
262
if (std::error_code EC =
InfoSection
.getError())
265
ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*
InfoSection
);
/external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp
39
: Context(DC),
InfoSection
(Section), Abbrev(DA), RangeSection(RS),
DWARFContext.cpp
638
.Case("debug_info", &
InfoSection
.Data)
708
.Case("debug_info", &
InfoSection
.Relocs)
/external/llvm/lib/MC/
ELFObjectWriter.cpp
[
all
...]
Completed in 234 milliseconds