OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDataSection
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenPGO.cpp
103
static StringRef
getDataSection
(const CodeGenModule &CGM) {
140
Data->setSection(
getDataSection
(CGM));
[
all
...]
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
218
const MCSection *
getDataSection
() const { return DataSection; }
Completed in 287 milliseconds