Home
last modified time | relevance | path

Searched defs:SectionData (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp296 struct SectionData { struct
297 StringRef Data;
298 uint64_t Address;
300 std::error_code load(SectionRef &Section) { in load()
307 std::error_code get(uint64_t Pointer, size_t Size, StringRef &Result) { in get()
/external/llvm/include/llvm/Object/
DCOFFYAML.h58 yaml::BinaryRef SectionData; member
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp81 cl::opt<bool> SectionData("section-data", variable
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp223 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in EmitLocalCommonSymbol() local
DWinCOFFObjectWriter.cpp298 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { in DefineSection()
686 MCSectionData const *SectionData = Fragment->getParent(); in RecordRelocation() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp575 StringRef *SectionData = in DWARFContextInMemory() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp192 StringRef SectionData; in loadObjectImpl() local
/external/llvm/include/llvm/MC/
DMCAssembler.h814 MCSectionData *SectionData; member