Home
last modified time | relevance | path

Searched refs:AccelInfo (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h246 struct AccelInfo { struct
262 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, argument
266 AccelInfo(DwarfStringPoolEntryRef Name, const DIE *Die, in AccelInfo() argument
273 const std::vector<AccelInfo> &getPubnames() const { return Pubnames; } in getPubnames()
274 const std::vector<AccelInfo> &getPubtypes() const { return Pubtypes; } in getPubtypes()
275 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
276 const std::vector<AccelInfo> &getObjC() const { return ObjC; } in getObjC()
335 std::vector<AccelInfo> Pubnames;
336 std::vector<AccelInfo> Pubtypes;
337 std::vector<AccelInfo> Namespaces;
[all …]
H A DDWARFStreamer.h323 const std::vector<CompileUnit::AccelInfo> &Names);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h122 struct AccelInfo { struct
123 AccelInfo() { in AccelInfo() function
155 forEachAcceleratorRecord(function_ref<void(AccelInfo &)> Handler) = 0; argument
171 emitPubAcceleratorEntry(SectionDescriptor &OutSection, const AccelInfo &Info,
H A DDWARFLinkerUnit.cpp174 const DwarfUnit::AccelInfo &Info, in emitPubAcceleratorEntry()
204 forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitPubAccelerators()
H A DDWARFLinkerCompileUnit.h569 void saveAcceleratorInfo(const DwarfUnit::AccelInfo &Info) { in saveAcceleratorInfo()
575 forEachAcceleratorRecord(function_ref<void(AccelInfo &)> Handler) override { in forEachAcceleratorRecord()
725 ArrayList<AccelInfo> AcceleratorRecords;
H A DDWARFLinkerImpl.cpp1014 CU->forEachAcceleratorRecord([&](DwarfUnit::AccelInfo &Info) { in forEachOutputString()
1215 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitAppleAcceleratorSections()
1348 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitDWARFv5DebugNamesSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1209 const std::vector<CompileUnit::AccelInfo> &Names) { in emitPubSectionForUnit()