Lines Matching defs:SectionRef

407 static FilterResult checkSectionFilter(object::SectionRef S) {
436 [Idx](object::SectionRef S) {
1152 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1181 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1194 static std::optional<SectionRef> getWasmCodeSection(const WasmObjectFile &Obj) {
1205 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1206 std::optional<SectionRef> Section = getWasmCodeSection(Obj);
1236 std::map<SectionRef, SectionSymbolsTy> &AllSymbols,
1241 DenseMap<StringRef, SectionRef> Sections;
1242 for (SectionRef Section : Obj.sections()) {
1290 static std::map<SectionRef, std::vector<RelocationRef>>
1292 std::map<SectionRef, std::vector<RelocationRef>> Ret;
1294 for (SectionRef Sec : Obj.sections()) {
1319 static bool shouldAdjustVA(const SectionRef &Section) {
1591 const SectionRef &Section) {
1688 std::map<SectionRef, std::vector<RelocationRef>> RelocMap;
1695 std::map<SectionRef, SectionSymbolsTy> AllSymbols;
1696 std::map<SectionRef, SmallVector<MappingSymbolPair, 0>> AllMappingSymbols;
1778 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses;
1779 for (SectionRef Sec : Obj.sections())
1803 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) {
1818 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols)
1867 for (const SectionRef &Section : ToolSectionFilter(Obj)) {
2357 [=](const std::pair<uint64_t, SectionRef> &O) {
2664 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec;
2666 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) {
2680 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) {
2689 for (SectionRef Section : P.second) {
2725 for (const SectionRef &S : ToolSectionFilter(Obj))
2734 for (const SectionRef &Section : ToolSectionFilter(Obj)) {
2758 for (const SectionRef &Section : ToolSectionFilter(Obj, &Idx)) {
2790 for (const SectionRef &Section : ToolSectionFilter(*Obj)) {
3094 std::optional<object::SectionRef> ClangASTSection;
3129 std::optional<object::SectionRef> FaultMapSection;
3238 for (const SectionRef &Section : Obj->sections())