Searched refs:set_section (Results 1 – 12 of 12) sorted by relevance
414 def set_section( self, section_name ): member in ContentProcessor589 processor.set_section( self.name )
279 void set_section (size_t ndx) in process_file()501 set_section (ndx); in process_file()
609 external set_section : string -> llvalue -> unit = "llvm_set_section"
1302 (** [set_section s g] sets the linker section of the global value [g] to [s].1304 val set_section : string -> llvalue -> unit val
677 external set_section : string -> llvalue -> unit = "llvm_set_section"
1326 (** [set_section s g] sets the linker section of the global value [g] to [s].1328 val set_section : string -> llvalue -> unit val
504 external set_section : string -> llvalue -> unit = "llvm_set_section"
1135 (** [set_section s g] sets the linker section of the global value [g] to [s].1137 val set_section : string -> llvalue -> unit val
378 set_section "Hanalei" in
432 set_section "Hanalei" in
478 set_section "Hanalei" in
304 * src/tools/docmaker/content.py (ContentProcessor::set_section,