OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationModel
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/MC/
MCCodeGenInfo.cpp
19
RelocationModel
= RM;
/external/llvm/include/llvm/MC/
MCCodeGenInfo.h
25
///
RelocationModel
- Relocation model: statcic, pic, etc.
27
Reloc::Model
RelocationModel
;
32
Reloc::Model getRelocationModel() const { return
RelocationModel
; }
/external/clang/include/clang/Frontend/
CodeGenOptions.h
133
std::string
RelocationModel
;
192
RelocationModel
= "pic";
/external/clang/lib/CodeGen/
BackendUtil.cpp
282
if (CodeGenOpts.
RelocationModel
== "static") {
284
} else if (CodeGenOpts.
RelocationModel
== "pic") {
287
assert(CodeGenOpts.
RelocationModel
== "dynamic-no-pic" &&
/external/clang/lib/Frontend/
CompilerInvocation.cpp
222
if (Opts.
RelocationModel
!= "pic") {
224
Res.push_back(Opts.
RelocationModel
);
[
all
...]
Completed in 69 milliseconds