/external/clang/test/CodeGenObjCXX/ |
lvalue-reference-getter.mm | 5 struct SetSection { 10 static SetSection gSetSection; 13 - (SetSection&)sections; 17 - (SetSection&) sections { 27 // CHECK: [[C:%.*]] = call %struct.SetSection* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend 28 // CHECK: call i32* @_ZN10SetSection2atEi(%struct.SetSection* [[C]]
|
/bionic/libc/netbsd/nameser/ |
ns_parse.c | 46 static void setsection(ns_msg *msg, ns_sect sect); 135 setsection(handle, ns_s_max); 147 setsection(handle, section); 155 setsection(handle, section); 191 setsection(handle, (ns_sect)((int)section + 1)); 200 setsection(ns_msg *msg, ns_sect sect) { function
|
/external/llvm/lib/MC/ |
WinCOFFStreamer.cpp | 100 void SetSection(StringRef Section, 107 SetSection(".text", 116 SetSection(".data", 125 SetSection(".bss", 167 Symbol->setSection(*Section);
|
MCNullStreamer.cpp | 40 Symbol->setSection(*getCurrentSection().first);
|
MCSymbol.cpp | 62 setSection(*Section);
|
MCELFStreamer.cpp | 37 inline void MCELFStreamer::SetSection(StringRef Section, unsigned Type, 43 SetSection(".data", 51 SetSection(".text", 59 SetSection(".bss", 273 Symbol->setSection(*Section); 321 Symbol->setSection(*getCurrentSection().first);
|
MCMachOStreamer.cpp | 125 Symbol->setSection(*getCurrentSection().first); 363 Symbol->setSection(*Section);
|
MCStreamer.cpp | 189 Symbol->setSection(*getCurrentSection().first); 196 Symbol->setSection(*getCurrentSection().first);
|
MCPureStreamer.cpp | 123 Symbol->setSection(*getCurrentSection().first);
|
/external/llvm/include/llvm/MC/ |
MCSymbol.h | 116 /// setSection - Mark the symbol as defined in the section \p S. 117 void setSection(const MCSection &S) { Section = &S; }
|
MCELFStreamer.h | 116 void SetSection(StringRef Section, unsigned Type, unsigned Flags,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.cpp | 132 Symbol->setSection(*getCurrentSection().first);
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloat.cpp | 263 FStub->setSection(SectionName); 402 FStub->setSection(SectionName);
|
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
CodeGenModule.cpp | 690 GV->setSection(SA->getName()); 752 F->setSection(SA->getName()); 791 GV->setSection("llvm.metadata"); [all...] |
CGDeclCXX.cpp | 237 Fn->setSection(Section);
|
/external/llvm/include/llvm/IR/ |
GlobalValue.h | 98 void setSection(StringRef S) { Section = S; }
|
/external/llvm/lib/IR/ |
Globals.cpp | 53 setSection(Src->getSection());
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 186 Symbol->setSection(*getCurrentSection().first);
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 378 LLVMCompilerUsed->setSection("llvm.metadata");
|
LTOModule.cpp | 731 Symbol->setSection(*getCurrentSection().first);
|
/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libc.so | |