Home
last modified time | relevance | path

Searched refs:section_prefix (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/
Dconfig.py72 obj_alias = handler.section_prefix
118 section_prefix = None variable in ConfigHandler
134 section_prefix = self.section_prefix
136 if not section_name.startswith(section_prefix):
139 section_name = section_name.replace(section_prefix, '').strip('.')
380 self.section_prefix, section_name))
387 section_prefix = 'metadata' variable in ConfigMetadataHandler
446 section_prefix = 'options' variable in ConfigOptionsHandler
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dsection-samplepgo.ll7 ; CHECK: hot_func{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_call_func{{.*}}!section_prefix ![[HOT_ID]]
21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
30 ; CHECK: cold_func{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
Dsection.ll7 ; CHECK: hot_func1{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
13 ; CHECK: hot_func2{{.*}}!section_prefix ![[HOT_ID:[0-9]+]]
42 ; CHECK: cold_func1{{.*}}!section_prefix ![[COLD_ID:[0-9]+]]
49 ; CHECK: cold_func2{{.*}}!section_prefix ![[COLD_ID]]
57 ; CHECK: cold_func3{{.*}}!section_prefix ![[COLD_ID]]