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

  /external/llvm/lib/IR/
Module.cpp 284 Value *Module::getModuleFlag(StringRef Key) const {
451 Value *Val = getModuleFlag("Dwarf Version");
DebugInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
Module.h 427 Value *getModuleFlag(StringRef Key) const;
  /external/llvm/lib/LTO/
LTOModule.cpp 593 if (Value *Val = getModule().getModuleFlag("Linker Options")) {
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 739 SourceModule->getModuleFlag("wchar_size"))) {
750 SourceModule->getModuleFlag("min_enum_size"))) {
    [all...]

Completed in 55 milliseconds