Home
last modified time | relevance | path

Searched refs:set_section (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/tools/docmaker/
Dcontent.py414 def set_section( self, section_name ): member in ContentProcessor
589 processor.set_section( self.name )
/external/elfutils/src/
Delfcompress.c279 void set_section (size_t ndx) in process_file()
501 set_section (ndx); in process_file()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml609 external set_section : string -> llvalue -> unit = "llvm_set_section"
Dllvm.mli1302 (** [set_section s g] sets the linker section of the global value [g] to [s].
1304 val set_section : string -> llvalue -> unit val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml677 external set_section : string -> llvalue -> unit = "llvm_set_section"
Dllvm.mli1326 (** [set_section s g] sets the linker section of the global value [g] to [s].
1328 val set_section : string -> llvalue -> unit val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml504 external set_section : string -> llvalue -> unit = "llvm_set_section"
Dllvm.mli1135 (** [set_section s g] sets the linker section of the global value [g] to [s].
1137 val set_section : string -> llvalue -> unit val
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml378 set_section "Hanalei" in
/external/llvm/test/Bindings/OCaml/
Dcore.ml432 set_section "Hanalei" in
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml478 set_section "Hanalei" in
/external/freetype/
DChangeLog.25304 * src/tools/docmaker/content.py (ContentProcessor::set_section,