Home
last modified time | relevance | path

Searched refs:ParseSectionSpecifier (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionMachO.h161 static std::string ParseSectionSpecifier(StringRef Spec, // In.
/external/llvm/lib/MC/
DMCSectionMachO.cpp179 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier() function in MCSectionMachO
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp357 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp439 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in ParseDirectiveSection()
/external/clang/lib/Basic/
DTargets.cpp210 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()