Home
last modified time | relevance | path

Searched refs:CustomSectionParserFunctions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp55 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()
57 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()
366 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
527 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
528 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
H A DMachOLinkGraphBuilder.h195 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp62 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()
64 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()
415 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
611 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
612 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
H A DMachOLinkGraphBuilder.h235 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable