HomeSort by relevance Sort by last modified time
    Searched refs:varpool (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-ref-inline.h 28 /* Return varpool node REF is referring. */
33 return varpool (ref->referred);
44 /* Return varpool node REF is in. */
49 return varpool (ref->referring);
cgraph.h 340 /* A varpool node set is a collection of varpool nodes. A varpool node
361 /* Iterator structure for varpool node sets. */
448 /* The varpool data structure.
735 /* In varpool.c */
775 /* Return varpool node for given symbol and check it is a variable. */
777 varpool (symtab_node node) function
791 /* Return varpool node for given symbol and check it is a function. */
796 return varpool (symtab_get_node (decl))
    [all...]

Completed in 223 milliseconds