Lines Matching defs:SectionRef

408 static FilterResult checkSectionFilter(object::SectionRef S) {
437 [Idx](object::SectionRef S) {
1153 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1182 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1195 static std::optional<SectionRef> getWasmCodeSection(const WasmObjectFile &Obj) {
1206 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) {
1207 std::optional<SectionRef> Section = getWasmCodeSection(Obj);
1237 std::map<SectionRef, SectionSymbolsTy> &AllSymbols,
1242 DenseMap<StringRef, SectionRef> Sections;
1243 for (SectionRef Section : Obj.sections()) {
1291 static std::map<SectionRef, std::vector<RelocationRef>>
1293 std::map<SectionRef, std::vector<RelocationRef>> Ret;
1295 for (SectionRef Sec : Obj.sections()) {
1320 static bool shouldAdjustVA(const SectionRef &Section) {
1594 const SectionRef &Section) {
1691 std::map<SectionRef, std::vector<RelocationRef>> RelocMap;
1698 std::map<SectionRef, SectionSymbolsTy> AllSymbols;
1699 std::map<SectionRef, SmallVector<MappingSymbolPair, 0>> AllMappingSymbols;
1781 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses;
1782 for (SectionRef Sec : Obj.sections())
1806 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) {
1821 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols)
1870 for (const SectionRef &Section : ToolSectionFilter(Obj)) {
2361 [=](const std::pair<uint64_t, SectionRef> &O) {
2668 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec;
2670 for (const SectionRef &Section : ToolSectionFilter(O, &Ndx)) {
2684 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) {
2693 for (SectionRef Section : P.second) {
2729 for (const SectionRef &S : ToolSectionFilter(Obj))
2738 for (const SectionRef &Section : ToolSectionFilter(Obj)) {
2762 for (const SectionRef &Section : ToolSectionFilter(Obj, &Idx)) {
2794 for (const SectionRef &Section : ToolSectionFilter(*Obj)) {
3098 std::optional<object::SectionRef> ClangASTSection;
3133 std::optional<object::SectionRef> FaultMapSection;
3242 for (const SectionRef &Section : Obj->sections())