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

  /external/llvm/lib/IR/
Module.cpp 329 /// getModuleFlagsMetadata - Returns the module flags in the provided vector.
331 getModuleFlagsMetadata(SmallVectorImpl<ModuleFlagEntry> &Flags) const {
332 const NamedMDNode *ModFlags = getModuleFlagsMetadata();
345 /// getModuleFlagsMetadata - Returns the NamedMDNode in the module that
348 NamedMDNode *Module::getModuleFlagsMetadata() const {
Verifier.cpp 530 const NamedMDNode *Flags = M.getModuleFlagsMetadata();
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 408 /// getModuleFlagsMetadata - Returns the module flags in the provided vector.
409 void getModuleFlagsMetadata(SmallVectorImpl<ModuleFlagEntry> &Flags) const;
411 /// getModuleFlagsMetadata - Returns the NamedMDNode in the module that
414 NamedMDNode *getModuleFlagsMetadata() const;
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 865 M.getModuleFlagsMetadata(ModuleFlags);
    [all...]

Completed in 93 milliseconds