Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp329 struct SectionData { struct
330 StringRef Data;
331 uint64_t Address;
333 std::error_code load(SectionRef &Section) { in load()
340 std::error_code get(uint64_t Pointer, size_t Size, StringRef &Result) { in get()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFFYAML.h58 yaml::BinaryRef SectionData; member
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp80 cl::opt<bool> SectionData("section-data", variable
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFStreamer.cpp223 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in EmitLocalCommonSymbol() local
H A DWinCOFFObjectWriter.cpp295 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { in DefineSection()
682 MCSectionData const *SectionData = Fragment->getParent(); in RecordRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFContext.cpp575 StringRef *SectionData = in DWARFContextInMemory() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp193 StringRef SectionData; in loadObjectImpl() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h817 MCSectionData *SectionData; member