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

  /external/llvm/include/llvm/
Module.h 411 /// getModuleFlagsMetadata - Returns the module flags in the provided vector.
412 void getModuleFlagsMetadata(SmallVectorImpl<ModuleFlagEntry> &Flags) const;
414 /// getModuleFlagsMetadata - Returns the NamedMDNode in the module that
417 NamedMDNode *getModuleFlagsMetadata() const;
  /external/llvm/lib/VMCore/
Module.cpp 331 /// getModuleFlagsMetadata - Returns the module flags in the provided vector.
333 getModuleFlagsMetadata(SmallVectorImpl<ModuleFlagEntry> &Flags) const {
334 const NamedMDNode *ModFlags = getModuleFlagsMetadata();
347 /// getModuleFlagsMetadata - Returns the NamedMDNode in the module that
350 NamedMDNode *Module::getModuleFlagsMetadata() const {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 879 M.getModuleFlagsMetadata(ModuleFlags);
    [all...]

Completed in 74 milliseconds